 /* Minicart Side Menu */
 
 .minicartitems {
    color: #33527B;
    text-decoration: none;
}

.minicartitems a {
    color: #33527B;
    text-decoration: none;
}

.minicartitems a:hover {
    color: #E80000;
    text-decoration: underline;
}

.minicarthr {
	border-bottom:1px solid #f1b0ff;
}

.minicartoptions a {
    margin: 2px;
    padding: 3px 4px 3px 10px;
    display: block;
    background: #ffffff;
    color: #00456B;
}

.minicartoptions a:hover {
    color: #27c400;
    text-decoration: none;
}

/* Additional Images */

.addImagesBox {
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
}

.addImagesBox img {
    padding: 5px 5px 0 5px;
    border: 0;
}
.addImagesBox a {
    color: #000000;
}

/* Product Options */

div.ProductOptionsForm fieldset {
    border: 1px dotted #7c0096;
    margin: 0 0 10px 0;
    padding: 10px 0;
}

div.ProductOptionsForm legend {
    color: #7c0096;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 115%;
    margin-left: 10px;
}
	
div.ProductOptionsForm label,h4 { 
    display: block;
    clear: left;
    margin: 0 10px 10px 10px;
}

div.ProductOptionsForm label span {
    display: block;
    float: left;
    width: 8em;
    line-height: 1.4em;
    margin-bottom: .5em;
    font-weight: bold;
}

div.ProductOptionsForm em {
    text-indent: -9999em;
    display: block;
    float: left;
    width: .5em;
    margin-left: -.5em;
    background: transparent url("required.png") 0 .2em no-repeat;
}

div.ProductOptionsForm p em {
    margin: 0 1em;
}

div.ProductOptionsForm textarea {
	width: 18em;
	border: 1px solid #999;
}

div.ProductOptionsForm input[type="text"] {
    width: 18em;
    border: 1px solid #999;
}

div.ProductOptionsForm input.submit {
	clear: left;
	display: block;
	margin: 1em;
}

/* Related Products */

TABLE.relatedListBox {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.relatedListBox {
    padding: 5px 10px;
    background: #ffffff;
    text-align: center;
    vertical-align: top;
    border: 1px solid #A3B4C4;
}

.relatedListBox img {
    padding: 5px 5px 0 5px;
    border: 0;
}

.relatedListBox a {
    color: #000000;
}

.relatedBoxText {
    color: #000000;
    font-weight: normal;
    font-size: 10px;
    padding-top: 0;
    margin-top: 0;
}

.relatedBoxText a {
    text-decoration: none;
    cursor: pointer;
}

.relatedBoxText a:hover {
    color: #ff0000;
}

/* Recommended Products */

.recommendedText {
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
}

.recommendedText a {
    text-decoration: none;
    cursor: pointer;
}

.recommendedText a:hover {
    color: ;
}

/* Shopping Cart */

.CartRow {
	overflow:hidden;
	margin:0;
	padding-left:100px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1b0ff;
}

* html .CartRow {
	height:1%;
}

.CartRow#CartButtons {
	overflow:hidden;
	margin:0;
	padding-left:100px;
	padding-bottom: 10px;
	padding-top: 10px;
	border:0;
}

.CartItem {
	width:100%;
	margin-left:-100px;
	padding-bottom: 10px;
	float:right;
}

.CartThumb {
	width:100px;
	float:left;
	margin-left:-100px;
	text-align: left;
	display:inline;
}

.CartRow .CartItem h3 {
    color: #004db5;
    font-weight: bold;
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
    background: none;
}

.CartRow .CartItem h3 a {
    color: #004db5;
    text-decoration: none;
    cursor: pointer;
    background: none;
}

.CartItem h3 a:hover {
    color: #156c00;
}

.CartRow h3 {
    color: #7c0096;
    font-weight: bold;
    font-size: 14px;
    padding-top: 0;
    margin-top: 0;
}

div.row {
	font-size: 12px;
    clear: both;
    padding-top: 5px;
}

div.row#totals {
    border-top: 1px solid #000;
    font-weight: bold;
}

div.row span.label {
    float: left;
    white-space: nowrap;
    text-align: left;
}

div.row span.value {
    float: right;
    white-space: nowrap;
    text-align: right;
} 

div.row span.left {
    float:left;
    text-align: left;
}
div.row span.right {
    float:right;
    text-align:right;
}

#CartTable {
    font-size: 100%;
    border: 1px solid #666666;
}

#CartTable TH {
    background-color: #ADADAD;
    color: #000;
}

/* Buttons */

.cssbutton {
    background:url(/skin_storefront/images/buttonbg.gif) repeat-x left top;
    border: outset 1px #ccc;
    padding: 2px 4px;
    color: #333;
    text-decoration: none;
    font-weight:bold;
    font-size: 85%;
    cursor:pointer;
    vertical-align: bottom;
}

.cssbutton:link {
    color: #333;
    text-decoration: none;
}

.cssbutton:visited {
    color: #333;
    text-decoration: none;
}

.cssbutton:hover {
    color: #333;
    text-decoration: none;
}

.cssbutton:active {
    border-style: inset;
    padding: 2px 3px 0 5px;
    text-decoration: none;
}

.cssbutton img {
    padding: 0 5px 0 0;
    border: 0;
}

.cssbuttonsmall {
    background:url(/skin_storefront/images/buttonbg.gif) repeat-x left top;
    border: outset 1px #ccc;
    padding: 1px 4px;
    color: #333;
    text-decoration: none;
    font-weight:bold;
    font-size: 77%;
    cursor:pointer;
    vertical-align: bottom;
}

.cssbuttonsmall:visited {
    color: #333;
}

.cssbuttonsmall:hover {
    color: #333;
}

.cssbuttonsmall:active {
    border-style: inset;
    padding: 2px 3px 0 5px;
}

.cssbuttonsmall img {
    margin: 0 5px 0 0;
    border: 0;
}

/* Navigation Path */

#navpath {
	color: #666;
	font-size: 100%;
	padding: 0 3px 3px 3px;
	margin-bottom: 5px;
}

#navpath ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#navpath li {
	margin-left: 0;
	padding-left: 4px;
	border: none;
	list-style: none;
	display: inline;
}

#navpath li.first {
	padding-left: 0;
}

/* Text */

.WarningText {
    color:#D42027;
}

.ErrorText {
    color:#D42027;
}

.ErrorMessage {
    color:#D42027;
}

.RequiredText {
    color:##D42027;
}

.textspacer {
    padding: 0 2px;
}

td {
	font-size: 12px;
}

table.smalltable tr td {
	font-size: 10px;
}

.navsortbar {
	margin-top: 3px;
	color: #7c0096;
	font-weight: bold;
}

.navbarbottom {
	margin-top: 3px;
	color: #7c0096;
	font-weight: bold;
	width: 100%;
	border-top: 1px solid #b5e707;
	padding-top: 10px;
}

span.qty {
    color: #7c0096;
    font-weight: bold;
    font-size: 115%;
    margin-left: 10px;
}


/* Manufacturer Boxes */

.equal {
    display:table;
    border-collapse:separate;
	margin:10px auto;
	border-spacing:5px;
	width:100%;
}
.mrow {
    display:table-row;
}
.mrow div {
    display:table-cell;
    border: none;
    text-align: center;
}

.mrow div.nobox {
    display:table-cell;
    border: none;
    text-align: center;
}

.mrow div img {
	border: 0;
    padding: 5px 5px 0 5px;
}

.mrow div h6 {color:#7c0096; font-size:1.2em; margin:20px 0 5px 0;border-bottom:none;}

TABLE.mListBox {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.mListBox {
    padding: 5px 10px;
    background: #ffffff;
    text-align: center;
    vertical-align: top;
    border: 1px solid #b5e707;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mListBox img {
    padding: 5px 5px 0 5px;
    border: 0;
}

