/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

  RPI Blue #3C62A9
  RPI Gray #999999
  Yellow #FFCC00
*/

.boxText { font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 11px; width:270px; }
.errorBox { font-family : Arial, Verdana, Tahoma, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, Tahoma, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Verdana, Tahoma, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TD.mainBody {
}

TR.header {

}


TR.headerNavigation {
}

TD.headerNavigation {
}

A.headerNavigation { 
  color: #ffffff;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ffa83e;
}

A.footer {
  color: #41729d;
}

TD.footer {
  font-size: 10px;
  font-weight: bold;
}

.infoBox {
background-color: #ffffff;
border: 1px solid #cccccc;
}

.infoBoxContents {
  background: none;
  font-size: 11px;
  color:#0a5989;
}

.infoBoxContents a {
font-size: 11px;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}

A.infoBoxHeading {
  color: #ffffff !important;
}

TD.infoBoxHeading {
height: 24px;
background: transparent url(images/ad_header.jpg) repeat-x;
line-height: 24px;
font-size:12px;
text-transform: uppercase;
text-align: center;
margin-top:1px;
border: 1px solid #767676;
border-collapse: collapse;
color:#ffffff;
padding:0px;
width:269px;
}


TD.infoBox, SPAN.infoBox {
  font-size: 11px;
}

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: #cccccc;
  border-spacing: 1px;
  width:100%;
}

.productListing-heading {
height: 24px;
background: transparent url(images/ad_header.jpg) repeat-x;
line-height: 24px;
font-size:12px;
color:#ffffff;
white-space: nowrap;
text-align: center;
padding: 0px 5px;
}

.productListing-heading a:link {
color:#ffffff;
}

TD.productListing-data {
  font-size: 10px;
  background-color: #ffffff;
  padding: 5px;
}

TD.productListing-data img {
max-width: 100px;
height: auto;
}


A.pageResults {
  color: #0a5989;
}

A.pageResults:hover {
  color: #333333;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  /*font-weight: bold;*/
  color: #41729d;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-size: 11px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #41739d;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  font-family:  Arial, Verdana, sans-serif;
}

.moduleRow { }background: #3C62A9;
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

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





/*  
Theme Name: PhoenixBlue
Theme URI: http://www.mikeschepker.com/wordpress/phoenixblu.zip
Description: A two column theme. Light and simple with blues, reds and greys. 
Version: 0.1
Author: Mike Schepker & David Peralty
Author URI: http://www.mikeschepker.com/wordpress/

Theme last updated: Jan 13, 2006
*/

/* Basics and Typography */
body {
margin: 0px;
padding: 0px;
background-color: #020202;
font-family: Arial, Verdana, tahoma, sans-serif;

}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
}

h1 {
	font-size: 1.4em;
	color: #0a5989; 
}

h2 {
	font-size: 18px;
	color: #0a5989; 
}

h3 {
	font-size: 1.2em;
	color: #000;
}

h4 {
	font-size: 1.1em;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin: 1.2em 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}


blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #0a5989;
	font-size: 0.9em;
}

code {
	color: #666;
}

.small {
	font-size: 0.9em;
	color: #666;
}

/* Layout */

#container {
width:1000px;
background: transparent url(images/content_bg.jpg) repeat-y;
/*border:5px #ffffff solid;*/
border-top: none;
float:left;
border-bottom:1px solid #ffffff;
}

.menu {
width:1000px;  /*IE 7 STORE ONLY typically 970px */
height: 80px;
background-color: #020202;
padding-left:10px;
}

.menu a {
font-size:11px;
color: #ffffff;
margin-right: 18px;
text-decoration: none;
margin-top:50px;
float:left;
position: relative;
z-index: 5;
}

.menu a:hover {
color: #006cb8;
text-decoration: none;
}

li {
list-style: none;
float:left;

}


 /*
  This style the single state of the –current_page_item” class link. Not needed for
  the –rss” class link since that target page wonęt display the menu
 */
.menu li.current_page_item a:visited, .menu li.current_page_item a:hover,
.menu li.current_page_item a:focus, .menu li.current_page_item a:active {
color: #006cb8;
 }
 
 .menu li.page_item a:visited {
 }


#logo {
position: absolute;
/*background: transparent url(images/logo.png) no-repeat;*/
width: 324px;
height: 170px;
top:22px;
margin-left:665px;
z-index: 5;
float:left;
}

#banner {
position: absolute;
background: transparent url(images/banner1.png) no-repeat;
width: 998px;
_width: 1000px;
height: 334px;
z-index: 1;
float:left;
border-left:1px #ffffff solid;
border-right:1px #ffffff solid;
border-top:1px #ffffff solid;
}

#waves {
position: absolute;
/*background: transparent url(images/waves.png) no-repeat;*/
width: 998px;
margin-left:1px;
height: 127px;
z-index: 3;
top:314px;
float:left;

}

#content {
width: 998px;
_width: 1000px;

border-left:1px #ffffff solid;
border-right:1px #ffffff solid;
float:left;
}

#left {
width:669px;
color:#666666;
float:left;
margin-top:300px;
padding:60px 15px 30px 15px;
font-size: 11px;
}

#right {
width:270px;
padding:30px 13px 30px 10px;
color:#ffffff;
float:right;
margin-top:300px;
}


#right table {
margin-top:1px;
}



#right ul h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	color: #ffffff;
}

#right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:270px;
	background-color: #323232;
}

#right ul li {
	margin-top:10px;

}

#right ul ul {
	border-top: 1px solid #ffffff;
	background-color: #ececec;
}

#right ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
}

#right ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 

html>body #right ul ul li a {
}

#right ul ul li a:hover {
	background-color: #ffffff;
}

#right ul ul ul {
	margin: 0;
	border: none;
}

#right ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #ffffff;
}

#right ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 

html>body #right ul ul ul li a {
}

.post {
border: 1px solid #eeeeee;
background-color: #ffffff;
padding:0px 10px;
margin-bottom: 10px;
}

.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #0a5989;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a {
	float: left;
	padding: 0;
}

.posttitle a:link, .posttitle a:visited {
	color: #0a5989;	
}

.posttitle a:hover, .posttitle a:active {
	color: #af0101;
}

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 12px;
	color: #999999;
}

.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}

.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #e8e7d0;
	list-style-type: none;
}

#commentlist li {
	border-top: 1px solid #e8e7d0;
	padding: 1px 20px;
	background-color: #ffffff;
}

.alt {
	background-color: #e9e9e9 !important;
}

.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}

.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}

#miniflex {
	float: left;
	margin: 0;
	padding: 0 0px 5px 25px;
}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 37px;
	font-weight: bold;
	margin: 0 0px 0 20px;
	text-decoration: none;
	color: #fff;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	background: url(images/triangle.jpg) no-repeat bottom center;
	color: #fff;
}

.nav_title{
	float: left;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
	
.footnav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 45px;
}



#footer {
width:1000px;
float: left;
padding:4px 0px;
color:#ffffff;
margin-top:5px;
margin-bottom:5px;
font-size:11px;
}

#footer a{
color: #ffffff;
}




.spacer {
width: 1000px;
height: 20px;
float: left;
}

.ad_header {
height: 24px;
width:268px;
background: transparent url(images/ad_header.jpg) repeat-x;
line-height: 24px;
font-size:12px;
text-transform: uppercase;
text-align: center;
margin-top:1px;
border: 1px solid #767676;
}

.contactinfo {
float:left;
width:245px;
font-size: 13px;
text-align: center;
}

.contactinfo2 {
float:left;
width:245px;
font-size: 15px;
text-align: left;
font-weight: bold;
color:#006cb8;
}

.contactbox {
width: 271px;
height: 83px;
background: transparent url(images/contact_box.png) no-repeat;
margin-bottom: 15px;
margin-top: 30px;
text-align: center;
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
padding-top: 17px;
}

.contactbox a {
color: #cccccc;
}

.partner {
float:left;
margin-bottom:10px;
padding:5px 0px;
border-bottom: 1px solid #dddddd;
}

.partner img {
border: 1px solid #dddddd;
float:left;
margin-right:10px;
width: 120px;
margin-bottom: 10px;
}

.partner p {
float:right;
width: 530px;
margin: 0px;
padding:0px;
}

#criteria {
width:654px;
height: 92px;
background: transparent url(images/criteria_box.png) no-repeat;
padding:8px 10px 10px 10px;
margin-left:6px;
font-weight: bold;
line-height: 22px;
font-size: 10px;
}

#criteria a {
color:#ffffff !important;
}

#criteria a:visited {
color:#ffffff !important;
}

#myGallery
{
	width: 998px;
	height: 334px;
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 500;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	
		z-index: 500;

}


.features {
float: right;
width: 320px;
margin-right: 3px;
}

.features table.infoBox, .specials table.infoBox, .features td.infoBoxHeading, .specials td.infoBoxHeading   {
width: 320px;
margin: 0px auto;
text-align: center;
}

.features .boxText, .specials .boxText {
width: 320px;
}

.features {
}

.specials {
}

.features .boxText img, .specials .boxText img {
max-width: 271px !important;
height: auto !important;
}

.smallText img {
max-height: 125px;
width: auto;
}





.specials {
float:left;
width: 320px;
margin-left: 3px;
}

#criteria select {
width: 380px;
margin-bottom: 7px;
float: left;
font-size: 15px;
height: auto;
overflow: hidden;
}


.inputRequirement { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; float:left; }
.main span.inputRequirement { font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000;background: none !important; padding: none !important; }

table.new {
color: #676767;
font-size: 12px;
line-height: 17px;
width: auto !important;
}

table.new td{
padding: 3px 2px;
}

table.new b{
margin: 10px 0px 5px 0px;
float: left;
}

.new .inputRequirement {
text-align: right;
}

.new input, .new select {
}

.new input {
border: 1px solid #dddddd;
height: 23px;
}

table.infoBox td.smallText img {
max-width: 200px;
height: auto;
}

.featureside table.infoBox td.boxText img {
width: 261px !important;
height: auto;
}

.featureside table.infoBox{
}

.line {display:none;}

td.main b { line-height: 30px;}

td.main input {line-height: normal;margin: 10px 0px;}

a.sp {
color: #fff;
text-decoration: underline;
}