.left
{
   border-left: #ffcc00 3px solid;  
}
.right
{
   border-right: #ffcc00 3px solid;  
}

DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, APPLET, 
CENTER, DIR, 
HR, MENU, TD, PRE, .plannertop 
{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size:12px;
   font-weight : normal; 
   color : #333333; 
   border-left:0px;
   margin-left:0em;
   margin-right:0em;
   margin-top:0em;
   border-top:0em;
}

p{margin-top:8px;margin-bottom:8px}

body
{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size:12px;
   font-weight : normal; 
   color : #000000; 
   margin:0px;
   background-color:#ffffff;
}
h1{
   font-family : "Tw Cen MT Condensed","arial narrow",arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 18px;
   font-weight: bold;
   margin-top:0px;
}

#headline {
font-family : "Tw Cen MT Condensed","arial narrow",arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 18px;
   font-weight: bold;
   margin-top:0px;
   background: #0066cc;
   color:#ffffff;
   margin-left:auto;
   margin-right:auto;
   width:600px;
   margin-bottom:10px;
   text-transform:uppercase;
}

#headline a{
font-family : "Tw Cen MT Condensed","arial narrow",arial, Helvetica, sans-serif, "MS sans serif"; 
text-decoration:none;
font-size : 18px;
   font-weight: bold;
   color:#ffffff;
   display:block;
}

#left {
width:600px;
margin:0px;
padding:10px;
padding-top:0px;
float:left;
border:0px solid #999999;
}


#right {
width:220px;
padding:0px;
margin-left:20px;
text-align:center;
float:left;
border:0px solid #999999;
}

.title{
   font-size : 18px;
   font-weight: bold;
   color:#c3c3c3;
}

.subtitle{
   font-size : 16px;
   font-weight: bold;
   color:#c3c3c3;
}



h2{
   font-size:14px;
   font-weight:bold;
   color:#ff0000;
   padding:3px;
}
h3{
   margin-top:5px;
   font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#ff0000;
	padding: 4px;
}
h4{
   margin-top:5px;
   font-size:12px;
   color:#9900ff;
}
h5{
   font-size:11px;
   font-style:italic;
}
h6{
   font-size:10px;
   font-weight:normal;
   font-style:italic;
}

/*===================================================
LIST STUFF
====================================================*/
UL{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 12px;
   font-weight : normal;
   line-height : 16px;
   margin-left:2em;
   margin-top:-5px;
   margin-bottom:2px;
}
li.image{
   list-style-image : url(/images/bullet.gif)
}
   
ul.home { 
list-style-image: url("/images/bullet.jpg");
margin-left:2em;
margin-top:2px;
padding:0px;
}    
   
ul.white
{
   margin-left:0em;
}

li.white
{
   color:#ffffff;
   margin-left:0em;
}

li.square { list-style-type: square}
li.plain{ list-style-type: disc}

OL{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 12px;
   font-weight : normal; 
   list-style-type: decimal;
   margin-left:4em;
}

/*===============================================
TEXT STYLES
================================================*/
.black {color:#000000}
.white {color:#ffffff}
.silver {color:#c3c3c3}
.red {color:#ff0000}
.highlight 
{
   background-color:#ffff00;
   padding:2px;
}
.small
{
   font-size:10px
}

.big
{
   font-size:18px;
}

.code
{
   font-family: "Courier New", Courier, mono;
   font-size:11px;
   font-color:#000000;
   font-weight:normal;
   background-color: #99ccff;
   padding: 4px;
}
.special
{
   font-family: "Courier New", Courier, mono;
   font-size:24px;
   font-weight:bold
}

/*==================================================
ANCHORS
===================================================*/
a:link, a:visited, a:active
{
   text-decoration:underline;
   font-weight:normal;
   color:#333333;
}

a:hover
{
   text-decoration:none;   
   font-weight:normal;
   color:#ff0000;
}

a.silver:link, a.silver:visited, a.silver:active
{
   text-decoration:none;
   font-weight:bold;
   color:#c3c3c3;
}

a.silver:hover
{
   text-decoration:underline;   
   font-weight:bold;
}

a.button:link, a.button:visited, a.button:active
{
   text-decoration:none;
   font-weight:bold;
   color:#c3c3c3;
}

a.button:hover
{
   text-decoration:underline;   
   font-weight:bold;
}

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover
{
   font-weight:normal;
   color:#c3c3c3;
}


a.big:link, a.big:visited, a.big:active
{
   text-decoration:underline;
   font-size:14px;
   font-weight:bold;
   color:#ff0000;
}

a.big:hover
{
   text-decoration:none;   
   font-size:14px;
   font-weight:bold;
   color:#ff0000;
}


a.topnav:link, a.topnav:visited, a.topnav:active
{
   text-decoration:none;
   font-weight:bold;
   font-size:10px;
   color:#ffffff;
}

a.topnav:hover
{
   color:#ffffff;
   font-weight:bold;
   font-size:10px;
   text-decoration:underline;
}

a.white:link, a.white:visited, a.white:active, a.white:hover
{
   color:#ffffff;
}

textarea#styled {
	width: 246px;
	height: 100px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

textarea#styled:focus {
background-color:#fbe3e4; 
}

input.text {
background-color:#fff;
  border:2px solid #ccc;
  width: 250px; padding:3px;
  }
  
input.text:focus {
background-color:#fbe3e4; 
}

input.rating {
background-color:#fff;
  border:2px solid #ccc;
  width: 20px; padding:3px;
  }
  
input.rating:focus {
background-color:#fbe3e4; 
}


.required {
	background-color: #ff0000;
	color:#ffffff;
	font-size:14px;
	padding: 0px 2px 0px 2px;
}

.clear {
    clear:both;
}

#address { 
display:none; 
}

#important { display : none ; } 

a.add:link, a.add:visited, a.add:active
{
   text-decoration:underline;
   font-weight:bold;
   font-size:12px;
   color:#ffffff;
}

a.add:hover
{
   color:#ffffff;
   font-weight:bold;
   font-size:12px;
   text-decoration:none;
}

.add{
background-color:#ff0000;
color:#ffffff;
padding:4px;
}

td.padding{
padding:4px;
}

.error{
font-size:14px;
font-weight:bold;
background-color:#ff0000;
color:#ffffff;
padding:4px;
text-align:center;
width:350px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
margin-bottom:30px;
}

a.error:link, a.error:visited, a.error:active{
font-size:14px;
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}

a.error:hover{
font-size:14px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.errormessage {
background: #fbe3e4; 
color: #8a1f11; 
padding: 0.4em; 
margin-bottom: 0.4em; 
border: 2px solid #fbc2c4;
}


div.ratingimg{
float:right;
padding-top:5px;	
}

#pr {
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
text-align:center;
border:2px solid #ff0000;
padding:5px;
height:150px;
}

.pr-bullets {
float:left;
text-align:left;
border:0px solid #999999;
width:278px;
margin-left:20px;
}

.pr-img {
float:left;
padding-left:8px;
border:0px solid #999999;
width:278px;
}

.pr-bullets p {
font-size:14px;
font-weight:bold;
color:#ff0000
}

#pr a {
color:#ff0000;
font-weight:bold;
font-size:16px;
}

.imgborder {
border: 1px solid #999999;
padding: 3px;
}

div.img-dec {
background: url('images/shadow.gif') no-repeat bottom right;
clear: right;
float: right;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 5px;
padding: 0;
position: relative;
}
 
div.img-dec img {
background-color: #fff;
border: 1px solid #a9a9a9;
display: block;
margin: -5px 5px 5px -5px;
padding: 4px;
position: relative;
}

.review-text {
color:#0066cc;
}

div.review-title a {
font-size:12px;
   font-weight:bold;
   color:#ff0000;
}

#editorder {
	width:602px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border:1px solid #999999;
}

#editorder table {
border-collapse:collapse;
width:600px;
}

#editorder td, #editorder th{
border:1px solid #ffffff;
padding:3px 7px 2px 7px;
}

#editorder td {
color:#000000;
background-color:#fbe3e4;
}

#editorder th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#ff0000;
color:#ffffff;
}
#editorder tr.alt td 
{
color:#000000;
background-color:#fbc2c4;
}

#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 1px 0 0;
   margin: 1px 0 0 0;
   color:#ff0000;
}
#breadcrumb ul{
   margin:0;padding:0;
   list-style-type: none;
   padding-left: 0.1em;
   background: #fbe3e4; 
	color: #8a1f11; 
	padding: 0.4em; 
	border: 2px solid #fbc2c4;
   
}
