/******************************
Name: Richard Tang
Filename: StyleSheet.css
Date:9/2008
Description: 
*******************************/
/*
basic colors used:
#484848 - dark gray color for main body text
#707070 - light gray color for picture anchor link
#000000 - black
#b08c0d - gold background color for main navigation menu
#e8c549 - light gold background 
#fbd85b - light gold background for page title underline
#067ab4 - blue color for anchor
#D8D8D8 - very light gray
*/
/**************************************************************************
 BEGIN CSS RESET 
**************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**************************************************************************
 END CSS RESET 
***************************************************************************/

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
    /* change background color or image: chose one or the other */
    background: url(../images/plaid_gray_tile_.gif);
    /*background-color:#00ff00;*/
    color: #484848;
    font-size:  12px;
}

p
{
    padding: 0px 10px 15px 5px;
}

/*** BEGIN MASTER PAGE LAYOUT ***/
#wrapper
{
	width: 905px;
	position: relative;
	margin: 0 auto;
	border: none;
	padding: 0px;
}
#fauxWrapper {
    background: url(../images/bodybg.gif);
    margin-bottom: 0px;
    overflow: auto;
    width: 100%;
}
#header 
{
	height:83px;
	background-image: url(../images/headerbg.gif);
} 
#leftColumn { 
    display: inline;
    margin:15px 0px 0px 10px; /* top right bottom left */
    padding: 0px 0px 5px 0px;
    width: 140px;
    float: left; 
}
#rightColumn  
{
    display: inline;
    margin:15px 5px 5px 0px; /* top right bottom left */
    padding: 0px 0px 5px 10px;
    width: 740px;
    float: right;
    position: relative;
    background-color: #FFFFFF;
}

#footer
{
	text-align: center;	
	padding-top: 3px;
}
.clear  
{
    clear: both; 
    background: none; 
}
/*** END MASTER PAGE LAYOUT ***/

/*** BEGIN STOCKDETAILS LAYOUT ***/
.StockDetails
{
    border-width: 1px;
    border-style: solid;
    border-color: #D8D8D8;  

}
.StockDetailsCell
{
    padding: 5px;
}
.StockDetailsPicturePanel
{
    float: left;
    border-width: 0px;
    border-style: solid;
    border-color: #484848;
    margin:0px;
    padding:0px 0px 15px 0px;
    width: 290px;
}

.StockDetailsDescriptionPanel
{
    float: right;
    border-width: 0px;
    border-style: solid;
    border-color: #484848;
    margin:0px 0px 0px 5px;
    padding:5px 0px 0px 20px;
    width: 405px;
}

.StockDetailsImage
{
    width: 280px;
}
.StyleNamePanel
{
    font-size:  16px;
    font-weight: bold; 
    padding: 0px 0px 5px 0px;
    
}
.StyleDescriptionPanel
{
    color: #707070;
    padding: 0px 0px 25px 0px;
    font-size: 12px;
    text-align: justify;
    line-height: 1.2;
}

.StockDetailsLabel
{
    font-weight: bold;
    width:45px;
    vertical-align:top;
    padding-top: 3px;
    padding-bottom: 3px;
}
.StockDetailsDescription
{
    color: #707070;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.StockDetailsColorDescriptionCell
{
    color: #707070;
    padding: 2px 12px 2px 0px;
    font-size: 12px; 
    vertical-align:top;
    text-align: left;
}
.StockDetailsColorLink
{
    border-width: 0px;
    border-style: solid;
    border-color: #484848; 
    padding: 2px; 
    margin:1px;
}
.StockDetailsColorImage
{
    width: 60px; /* change size of stock detail image thumbnail */
    padding: 0px 0px 0px 0px;

}
.StockDetailsColorCell
{
    border-width: 0px;
    border-style: solid;
    border-color: #484848; 
    padding: 2px 2px 2px 2px; 
    text-align:center;     
}

/*** END STOCKDETAILS LAYOUT ***/

/*** BEGIN FOOTER LAYOUT ***/
.footerCopyright
{
    padding-top: 1px;
	font-size: 10px;
	text-align: center;
}
.footerLink
{
	font-size: 12px;
	text-align: center;
}
/*** END FOOTER LAYOUT ***/

/*** BEGIN MAIN NAVIGATION ***/
#navigatorMenu {
    float:left;
    line-height:normal;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 55px;
    right:-438px;
    margin: 0px;
    padding:0px;
}
#navigatorMenu ul {
    margin:0;
    padding:0px 0px 0px 0px;
    list-style:none;
}
#navigatorMenu li {
    display:inline;
    margin:0;
    padding:0;
}
#navigatorMenu a {
    float:left;
    /*background:url("tableftH.gif") no-repeat left top;*/
    background-color: #b08c0d;
    margin:0px;
    padding:0 5px 0 5px; /* top right bottom left */
    text-decoration: none;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #484848;      
    text-align: center;
}
#navigatorBegin a {
    float:left;
    /*background:url("tableftH.gif") no-repeat left top;*/
    background-color: #b08c0d;
    margin:0px;
    padding:0 5px 0 5px; /* top right bottom left */
    text-decoration: none;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #484848;
    text-align: center;
}
 
#navigatorMenu a span {
    float:left;
    display:block;
    /*background:url("tabrightH.gif") no-repeat right top;*/
    padding:2px 5px 2px 5px;
    color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigatorMenu a span 
{
    float:none;
}
/* End IE5-Mac hack */
#navigatorMenu a:hover span {
    color:#FFFFFF;
}
#navigatorMenu a:hover {
    /* background-position:0% -42px;*/
    background-color: #e8c549;
}
#navigatorMenu a:hover span {
    /*background-position:100% -42px;*/
}
/*** END MAIN NAVIGATION ***/

/*** BEGIN SIDE BAR NAVIGATION ***/
#sideMenu{
    list-style-type: none;
    margin-left:5px;
    margin-right:1px;
    margin-top:30px;
    padding: 0px;
    padding-left: 2px;
    width: 120px;
    border-bottom-width: 0;
}
#sideMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sideMenu li a{
    background: white url(../images/sidemenubg.gif) repeat-x bottom left;
    font-size: 13px;
    font-weight: bold;
    color: white;
    display: block;
    width: auto;
    padding: 3px 0px 3px 10px;
    text-decoration: none;
    border: 1px solid #968027;
}

html #sideMenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
    width: 110px;
}

#sideMenu li a:visited, .sideMenu li a:active{
    color: white;
}

#sideMenu li a:hover{
    background-image: url(../images/sidemenubghover.gif);
}
/*** END SIDE BAR NAVIGATION ***/

/*** BEGIN INDEX PAGE ***/
#indexMain
{
    background-color: #FFFFFF;
}

#indexBodyLeft
{
	width: 500px;
	background-image:url(../images/mainbg.gif);
}
#mainPic
{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#indexBodyRight
{
	float: right;
	width:280px;
	padding-top: 5px;
	padding-left: 5px;	
}
#rightPic1
{ 
	padding:5px;
}
#rightPic2
{
	padding:5px;
}
/*** END INDEX PAGE ***/

/*** BEGIN ANCHOR LINKS ***/
a:link {
	color: #067ab4;
	text-decoration: underline;
	font-weight : normal;
}
a:visited {
	color: #067ab4;
	text-decoration: underline;
	font-weight : normal;
}
a:hover {
	color: #484848;
	text-decoration: underline;
	font-weight : normal;
}
a:active {
	color: #067ab4;
	text-decoration: underline;
	font-weight : normal;
}
a.ContentSmallLink:visited {
	color: #707070;
	text-decoration: underline;
	font-weight : normal;
	font-size: 12px;   	
}
a.ContentSmallLink:hover {
	color: #000000;
	text-decoration: underline;
	font-weight : normal;
	font-size: 12px;   	
}
 a.ContentSmallLink:link {
	color: #707070;
	text-decoration: underline;
	font-weight : normal;
	font-size: 12px;   	
}
a.ContentSmallLink:active {
	color: #707070;
	text-decoration: underline;
	font-weight : normal;
	font-size: 12px;   	
}
/*** END ANCHOR LINKS ***/

.pageTitle  
{
    border-bottom-color:#fbd85b;
    border-bottom-style:dashed;
    border-bottom-width:2px;
    padding: 2px 0px 3px 5px;
    width: 700px;
}
.pageTitlePadding
{
    padding-bottom:5px;
}

/* BEGIN GENERIC FONT SIZE */
.largeTitleBold
{
    font-size: 1.4em;
    font-weight:bold;
}
.mediumTitleBold
{
    font-size: 1.2em;
    font-weight:bold;
}
.smallTitleBold
{
    font-size: 1em;
    font-weight:bold;
}
.largeTitle
{
    font-size: 1.4em;
}
.mediumTitle
{
    font-size: 1.2em;
}
.smallTitle
{
    font-size: 1em;
}
/* END GENERIC FONT SIZE */
/*-----------------------------------------------
-- begin gridStyle --
*/
.DownloadPanel
{
    text-align: left;
    padding: 5px 0 5px 0;
    margin: 15px 5px 5px 5px;
    float: left;
    border-width:1px;
    border-color:#D8D8D8; 
    border-style: solid;
}

.DownloadGridTable
{
    padding:15px 0 0 0;
	margin: 0px 5px 0px 5px; 
	background-color:#FFFFFF;
}
.DownloadGridHeaderCell 
{
    padding: 1px 0px 1px 3px;
    font-size:18px;
    background-color:#D8D8D8; 
    color:#707070;   
    text-decoration: none; 
}

.DownloadGridItemRow
{
    
}
.DownloadGridItemCell
{
    padding: 5px 0px 0px 0px; 
    text-align: left;
}  

.DownloadGridHeaderRow
{
  /*  color: #282828; */
}

/*-----------------------------------------------
-- end gridStyle --
*/

/* BEGIN DATALIST PICTURES */
.DataListPictureCell
{
    padding: 3px 3px 7px 3px;
    text-align: center;
    vertical-align:top;
}
.DataListPicture
{
    float: left;
}
.DataListPictureDescription
{
    clear: left;
    padding:1px 0px 0px 0px;
    width: 140px;
}
.NoStockAvailable
{
    border-width: 1px;
    border-style: solid;
    border-color: #D8D8D8; 
    padding: 4px; 
    margin:10px 0 5px 0;  
    width:720px;
}
 
/* END DATALIST PICTURES */