/**
 * Stylesheet_mypurple_detail.css
 *
 * Format for text, links, box content, headings, etc.
 */

a img {border: none; }

A, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

A, a:link {
    color:  #660099;
}

a:visited {}

a:active {
	color: #006699;
	}

a:hover {
/*	White text when hover with background lt purple */
    color:  #FFFFFF;
    background: #9966CC;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
}

.biggerText {
	font-size: 1.2em;
	}

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

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentAlsosPurch {
	float: left;
	}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
}

/* Information, More Information & Main page -- related text styles */
.InfoHead1 {
        color: #663399;
        font-size: 1.5em;
}

.InfoHead2 {
        color: #9966CC;
        font-size: 1.3em;
       
}

.InfoHead1, .InfoHead2 {
/*        font-weight: bold; */
        font-family: Verdana, Arial, sans-serif;
        margin: 0.3em;
        line-height: 1.0;
        padding-top: 0.3em;
        padding-botton: 0em;
} 

.InfoText {
        line-height: 1.0;
        margin: 0.3em;
        font-size: 1.3em;
}

a:infotext {
  font-weight: bold;
}

/*Information and More Information box format */
#informationContent a, #moreinformationContent a {
    display: block;
    width: 100%;
    padding: 5px; 
    border: 1px #006699 solid;
    border-top: none;
    border-right: none;
    border-left: none;
}

#informationContent a:hover, #moreinformationContent a:hover {
    color: #FFFFFF;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription {
	padding: 0.5em;
}

.centerColumn {
	padding: 0.8em;
	}

.smallText {
	font-size: 0.9em;
}

/*SIDEBOXES*/

/*#sideBoxContent.category-top {
    padding: 0px;
    margin: 0;
}*/

/* categories box parent and child categories */
A.category-top , A.category-subs, A.category-products  {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 5px; 
	float: left;
	text-align: left;
    line-height: 1;
	vertical-align: top;
    border: 1px #006699 solid;
    border-top: none;
    border-right: none;
    border-left: none; 
}

A.category-links, {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 5px;  
    border: 1px #006699 solid;
    border-top: none;
    border-right: none;
    border-left: none; 
}


.category-top a:visited, .category-links a:visited, .category-subs a:visited, .category-products  a:visited {
    color: #660099;
}

A.category-top {
    color: #660099;
}

A.category-links {
    color: #660099;
}

A.category-subs, A.category-products {
    color: #006699;
}

SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

.category-top a:hover {
    color:  #FFFFFF;
    text-decoration: none;
    background-color: #9966CC;
	}

/*General Sidebox settings - affects all sideboxes*/

.column_left, .column_right, .column_single {
/*  background: #ffffff;*/
  background:  #ccccff;
  padding: 2px;
}

/*.boxText {
  font-size: 11px;
  line-height: 125%;
} */

/* Box format */
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}

/* Box CONTENT format */
.sideBoxContent {
	/*background-color: #ffffff;    - padding etc. affected search, manufacturers, best sellers, + ?? */
  	padding: 0.4em; 
	}
    
.rightBoxContent {
/*	background-color: #ffffff; */
	margin-bottom: 1em;
	}

/* Don't think this is in use -  part of tpl_box_default_left.php   -  leave*/
.leftBoxContent, .rightBoxContent, .centerBoxContent, .singleBoxContent {
  line-height: 125%;
  padding: 4px; 
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  text-decoration:  none;
}

.centerBoxContent, .categoryListBoxContents, .specialsListBoxContent, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  margin-bottom: 15px;
}

/*.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px; 
} 

.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
} */

.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #abbbd3;
  background-image: url(../images/tile_back.jpg);
}

TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}

.productListing-rowheading a:link {
/*  white headings */
    color: #FFFFFF;
        
        }

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}
    
#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

/*misc*/
.back {
  float: left;
}
.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}


