/*
CSS Stylesheet
Arielle Patrice
*/
/*August 2004*/

/*########## BEGIN Image Preferences ##########*/
img
{
	border : none;
}
/*########## END Image Preferences ##########*/

/*########## BEGIN Link Preferences ##########*/
a:link
{
	background : transparent;
	color : #751834;/*pink*/
/*do not underline links*/
	text-decoration : none;
}

a:hover
{
	background : transparent;
	color : #EED87E; /*yellow*/
	text-decoration : none;
}

a:active
{
	background : transparent;
	color : #FFFFFF;
/*draw a line under current link*/
	text-decoration : underline;
}

a:visited
{
	background : transparent;
	color : #480F1D;/*dark rose*/
	text-decoration : none;
}
/*########## END Link Preferences ##########*/

/*########## BEGIN Text Preferences ##########*/
h1, h2, h3, h4, h5, h6
{
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/*
p + p
{
*/
/*indent paragraphs that directly follow other paragraphs*/
/*	text-indent : 20px;
	margin-top : 0;
}
*/

/*########## END Text Preferences ##########*/

/*########## BEGIN Page Formatting ##########*/
body
{
/*body area specifications*/
	/*background*/
	background : #C0C0C0; /*light grey*/
	/*content*/
	margin : 0;
	padding : 15px 0 0 0;
/*body text specifications*/
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 15px;
}

/*########## BEGIN CSS TABS ##########*/
/* begin css tabs */

ul#tabnav 
{
 /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0 0; /* set margins as desired */
font: bold 1em verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #000000; /* set border COLOR as desired */
list-style-type: none;
padding: 5px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li 
{
 /* do not change */
display: inline;
}

#tabselected 
{ 
/* settings for selected tab */
border: 1px solid #000000; /* set border COLOR as desired; usually matches border color specified in #tabnav */

border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
margin-right: 5px; /* set additional spacing between tabs as desired */

background-color: #fff; /* set selected tab background color as desired */
color: #C39700; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding: 6px 5px 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a 
{
/* settings for all tab links */
padding: 5px 5px 5px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #000000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #c0c0c0; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 5px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover 
{
/* settings for hover effect */
background: #EED87E; /* set desired hover color */
}

/* end css tabs */
/*########## END CSS TABS ##########*/

.header
{
/*header area specifications*/

	padding: 10px;
/*header text specifications*/
	text-align : left;
	color : #D0AB00; /*gold*/
	font-family : Verdana, Arial, Helvetica, sans-serif;


}

.header a
{
	color: #FFFFFF;
}

.footer
{
}

.container
{
	width: 630px;
    	/*border : 2px solid #ff0000;*/
}

.formtable
{
	background-color: #eeeeee;
	border: black solid;
	border-width: 1px 1px 1px 1px
}

.shadowborder
{
/*content area specifications*/
	/*define box*/
	border-width : 1px 2px 2px 1px;
	border-style : solid;
	border-color : #606060;
	padding : 0px;
}

.headerborder01
{
/*content area specifications*/
	border-top : 2px solid #000000; /*#606060;*/
	border-left : 2px solid #000000; /*#606060;*/
	border-right : 2px solid #000000; /*#606060;*/
}

.headerborder02
{
/*content area specifications*/
	border-left : 2px solid #000000; /*#606060;*/
	border-right : 2px solid #000000; /*#606060;*/
}

.headerborder02 a:hover, .headerborder02 a:active
{
	color: #EED87E;/*yellow*/
}

.leftborder
{
/*content area specifications*/
	border-left : 2px solid #000000; /*#606060;*/
}

.rightborder
{
/*content area specifications*/
	border-right : 2px solid #000000; /*#606060;*/
}

.bottomborder
{
/*content area specifications*/
	border-left : 2px solid #000000; /*#606060;*/
	border-right : 2px solid #000000; /*#606060;*/
	border-bottom : 2px solid #000000; /*#606060;*/
	font-size : 9px;	
}

/*########## END Page Formatting ##########*/

/*########## BEGIN Position Classes ##########*/
.clear
{
    clear: both;
/*    border : 2px solid #000000;*/
}

.left
{
    float : left;
}

.right
{
    float : right;
}

.indent
{
	text-indent : 0px;
	font-size : 12px;
}

.indent2
{
	text-indent : 20px;
	font-size : 12px;
}

P.centered
{
	text-align: center;
}

.hidden
{
	visibility : collapse;
}
/*########## END Position Classes ##########*/

/*########## BEGIN Font Classes ##########*/
.red
{
	color : #FF0000;
}

/*########## END Font Classes ##########*/

/*########## BEGIN Tab Menu Items ##########*/

.tabs
{
	float: left;
	padding-left: 10px;
}

/*########## END Tab Menu Items ##########*/

/*########## BEGIN Menu Items ##########*/
.Menu
{
/*content area specifications*/
	width : 200px;
	height: 400px;
	padding : 0;
	background-color : #eeeeee;
	border: 1px solid #C0C0C0;
	margin-left: 15px;
	font-size : 10pt;
	text-indent : 0px;
	text-align : left;
}
 
/*##### begin: menu link preferences #####*/
.Menu a, .Menu a:link
{
	display : block;
	padding : 0;
	background-color : transparent;
	color : #0C5AA6;/*blue*/
	text-decoration : none;
}

.Menu a:visited
{
	color: #3B3B3B;/*grey*/
	text-decoration : none;
}

.Menu a:hover, .Menu a:active
{
	background-color : #751834;/*red*/
	color : #EED87E;/*yellow*/ /*#C57474;*/
}
/*##### end: menu link preferences #####*/

.info
{
/*content area specifications*/
	font-size : 10pt;
	text-indent : 0px;
	text-align : left;
	color : #153E7E;

	/*define box*/
	width : 222px;
	border : 1px solid #4863A0;/*slate*/ /*#8080FF;*//*blue*/
	background: #BCC1DB; /*#C2DFFF;*//*light slate*//*#CCCFFF;*//*light blue*/
	padding : 5px;
}
.info a
{
	display : block;
	padding : 0;
	background-color : transparent;
	color : #000000;
	text-decoration : none;
}

.info a:link, .info a:visited
{
	color: #4863A0;/*slate*//*#666FFF;*//*blue*/
	text-decoration : none;
}

.info a:hover, .info a:active
{
/*	background-color : #444999;
*/	color : #FFFFFF;
}

.infolink
{
	display : block;
	padding : 0px;
	background-color : transparent;
	color : #4863A0;/*slate*//*#666FFF;*//*blue*/
	text-decoration : none;
}

.infolink a:link, .infolink a:visited
{
	color: #4863A0;/*slate//*#666FFF;*//*blue*/
	text-decoration : none;
}

.infolink a:hover, .infolink a:active
{
	color : #2B3856;/*dark slate*/ /*#444999;*//*dark blue*/
}

.MenuUnselected
{
	background-color : transparent;
}

.MenuHeader
{
	padding-bottom : 2px;
	background-color : #679ED2;/*blue*/
	color: #EED87E; /*yellow*/
} 

.MenuSubcategory
{
	text-indent : 10px;
	font-size : 12px;
}

.MenuSubcategorySelected
{ 
	background-color : #EED87E; /*yellow*/
	color: #C39700; /*dark gold*/ /*#D0AB00;*/ /*gold*/
}

.MenuSelected3
{ 
	background-color : #C0C0C0;
	color: #FFFFFF; 
}

/*########## END Menu Items ##########*/ 

/*########## ##########*/
.item_header
{
	background-color : #C57474;/*rose*/
	display : block;
	color : #EED87E;
	font-weight : bold;
	font-size : 12px;
}
.item_name
{
	background-color : transparent;
	display : block;
	color : #C57474;/*rose*/
	font-weight : bold;
	font-size : 10px;
}

.sale_strike
{
	color : #FF0000;
	text-decoration : line-through;
}

.sale_price
{
	color : #00AA00;
}

.out_of_stock
{
	color : #FF0000;
	font-weight : bold;
	text-transform : uppercase;
}
/*########## ##########*/
