/*
 * 
 * CEB676 
 * 9BADDC
 * 2D437E
 * 
 * 007ae2
 * 
 */


* {
	margin: 0;
	padding: 0;
}
.invalidInput{
	border-color:red;
}
img{
	border: none;
}

a:link {
	color: #000;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:active {
	color: #F00;
}

a a:visited a:link {
	color: #000;	
}

.BLOCK{
	display: block;
}

.checkoutbutton{
	background-image: url('../../images/cart_go.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 18px;
}

* input, select, textarea {
	background-color: #EEE;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin: 3px;
}

.selectselected{
	border-color: #F99;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	background: #FF6;
}

* ul {
	list-style-position: inside;
	margin-bottom: 1em;
}

* ol {
	list-style-position: outside;
	margin-bottom: 1em;
}

#pwordbox{
	display:none;
	width:200px;
	padding:5px;
	float:right;
	background-color:yellow;
	border-width:thin;
	border-style:solid;
	position:absolute;
	left:200px;
	top:320px;
	z-index:1;
}

#wrapper {
	margin: 0 auto;
	width: 922px;
}

#leftcolumn {
	color: #333;
	background: #FFF;
	width: 721px;
	float: left;
}

#rightcolumn {
	float: right;
	width: 200px;
	display: inline;
	position: relative;

}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}


.productcell{
	padding:10px;
	margin-bottom:20px;
}

.money{
	text-align: left;
}

.browseannounce{
	background-color: #717171;
	color: #FFF;
	padding: 5px 10px;
	font-size: 16px;
}

.cartbox{
	font-size: 10px;
	height:160px;
	/*background-color: #0F0;*/
}

.cartbox a:link, a:visited{
	color: #000;
}



.warning{
	color: #FF0000;
}

.resultinfo{
	background-color: #CCC;
	padding: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.maincontent{
	clear: both;
}

.menubar{
	clear: both;
	border: 1px;
	border-style: solid;
	margin-bottom: 15px;
}

.menubartop{
	padding: 5px;
	background-color: #717171;
}

.leftblock{
	background-color: #FFFFFF;
}

.rightblock{
	/*vertical-align: super;*/
}

.cart{
	background-color: #7CC2FF;
	padding: 5px;
}

.categoryHead{
	background-color: #444444;
	color: #FFFFFF;
	margin-top: 1px;
	padding: 5px;
}

.breadcrumb {
	color: #FFF;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #FFF;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.upperbreadcrumb {
	background-color: #7CC2FF;
}

#sidebreadcrumb{
	background-color: #999999;
	padding: 5px;
	color: #FFFFFF;
	margin-top: 1px;
}

.categories{
	background-color: #808080;
	margin-top: 1px;
	padding: 5px;
	color: #FFFFFF;
}

.categories a, .categories a:link, .categories a:active, .categories a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.categories a:hover{
	text-decoration: underline;
}

.productcell{
	height: 250px;
}

.productthumb{
	height: 100px;
	text-align: center;
}

.productadder{
	height: 50px;
}

.productdescription{
	height: 75px;
}

.browseItems{
	clear: both;
}

.registerBox{
	margin: 5px;
	padding: 5px;
	border-style:solid;
	border-color: #000000;
	border-width:thin;
	height: auto;
}

.pagination {
	font-size: 80%;
}
        
.pagination a {
	text-decoration: none;
	border: solid 1px #000;
	color: #000;
}

.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
	background: #26B;
	color: #fff;
	border: solid 1px #AAE;
}

.pagination .prev, .pagination .next{
	color:#999;
	border: solid 1px #999;
	background:#fff;
}

.itemdetails {
	background-color: #FFF;
	padding: 5px;
}

.largepic {
	background-color: #FFF;
	padding: 5px;
	float: left;
	width: 225px;
}


.details {
	width: 400px;
	background-color: #FFF;
	padding: 10px;
	float: right;
	border-style: solid;
	border-width: 1px;
}

.itemadder {
	background-color: #FFF;
	padding: 5px;
	clear: both;
}

.itemadder input {
	margin: 1px;
}

.qtybox{
	text-align: right;
	
}

.relatedparts{
	
}

.stripe table {
	border-collapse: collapse;
	font-size: .5em;
}

.stripe td {
	vertical-align: middle;
	padding: 0px 5px;
}

.stripe td * {
	/*padding: 6px 11px;*/
}

.stripe tr.alt td {
	background: #ecf6fc;

}

.stripe tr.over td, .stripe tr:hover td {
	background: #bcd4ec;
}

.accountbox{
	padding: 10px;
	margin: 5px;
	border-color: #CCC;
	border-style: solid;
	border-width: thick;
}

.accountboxinput{
	text-align: right;
	width: 100%;
}

#accountleft{
	width: 50%;
	float: left;
}

#accountright{
	width: 50%;
	float: right;
}

.footer{
	padding-top: 10px;
}

.footermenu{
	padding: 15px 5px 15px 5px;
	border-color: #888;
	border-style: solid;
	border-width: thin;
	background-color: #EEE;
	text-align: center;
}

.footermenu a, .footermenu a:active, .footermenu a:visited, .footermenu a:link {
	color: #000;
}

.footermenu a:hover {
	color: #555;
}

.legal{
	color: #999;
	padding: 5px 50px 5px 50px;
	font-size: 10px;
	text-align: center;
}

#myaccount{
	padding-bottom: 20px;
}

.accountinfo{
	padding: 5px;
	margin-bottom: 5px;
}

.accountinfo p{
	font-size: 10px;
}

.accountinfo h2{
	border-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: thick;
	padding-bottom: 5px;
	margin-bottom: 5px;
}



.menubarbottom{
	padding: 0px;
	background-color: #EEE;
	/*height: 18px;*/
	height: 1.5em;
}

#nav, #nav ul {
	float: left;
	/*width: 64em;*/
	list-style: none;
	line-height: 1;
	background: #EEE;
	font-weight: bold;
	padding: 0;
	border: solid #000;
	border-width: 0 0;
	margin: 0 0 1em 0;
/*	margin: top right bottom left;*/
	
}

#nav a {
	display: block;
/*
	width:  15em;
	w\idth: 11em;
*/
	color: #000;
	text-decoration: none;
	padding: 0.25em 1em;
}
/*
#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
*/
#nav li {
	float: left;
	padding: 0;
/*
	width: 10em;
*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;

	width: 14.4em;
	w\idth: 13.9em;

	font-weight: normal;
	/*border-width: 0.25em;*/
	border-width: 1px;
	margin: 0;
}

#nav li li {

	padding-right: .9em;
	width: 13em;

}

/*
#nav li ul a {
	width: 13em;
	w\idth: 9em;
}
*/

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #AAA;
}








.infotext{
	padding: 10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

.infotext p{
	padding-bottom: 1em;
}

.infobox1{
	border-style: solid;
	border-width: thin;
	margin: 5px;
	margin-top: 15px;
	padding: 1px;
}

.infoheader1{
	background-color: #222;
	color: #FFF;
	padding: 2px;
}

.infobody1{
	padding: 5px;
}

.infobox2{
	border-style: solid;
	border-width: thin;
	margin: 5px;
	margin-top: 15px;
	padding: 1px;
}

.infoheader2{
	background-color: #BBB;
	color: #000;
	padding: 2px;
}

.infobody2{
	padding: 5px;
}

#blueast{
	color: #00F;
}

.contactform{
	
}

.contactform h2{
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: thick;
}

