/* =Product Displays
-----------------------------------------------------------------------------*/



.outerbox {
	margin: 0px 35px 15px 20px;
	width: 500px;
	min-height: 180px;
	border-bottom: 1px dashed #999999

}
.outerbox img {
	border: 0;
}
.outerbox .smallimage {
	overflow: hidden;
	text-align: center;
	padding: 4px;
	float: right;
	width: 130px;
}
.outerbox {
	font-size: 1.2em;
}
.outerbox .desc a{
	margin: 3px 0px 0px 0px;
	padding: 2px;

	color: #002f60;
}
.outerbox .desc a:hover{
	color: #000;
}
.outerbox .cat{
	margin: 0 0 0px 0;
	padding: 0px;
	float:left;
	color: #000;
	text-decoration:none;
	width: 350px;
}
.outerbox .cat a{
	margin: 0px;
	padding: 0px;
	float:left;
	clear: both;
	color: #000;
	text-decoration:none;
	font-size: 0.9em;
}
.outerbox .price {
	margin: 0px;
	padding: 0px;
	float:left;
	color: #B20909;
	font-weight: bold;
	font-size: 1.0em;
	width: 150px;
	margin-bottom: 10px;
}
.outerbox .ourprice {
	color: #000;

}

.outerbox .buttons {
	clear: left;
}

.outerbox .buy a{
	margin: 0px;
	padding: 0 2px;
	float:left;
	background-color: #e03288;
	color: #fff;
	text-decoration:none;
}

.outerbox .buy a:hover{
	background-color: #0b2d5d;
}

/* Full Product Details */

#productdetails {
	padding: 10px;
	font-size: 0.8em;
}

#productdetails h1 {
	margin: 0;
}

#productdetails p {
	font-size: 1.6em;
}

#productdetails select {
	font-size: 0.8em;
}

#detailimage {
	margin: 5px 10px 10px 0px;
	float: right;
	padding: 10px;
}

#detailimage p {
	color: #0b2d5d;
}
#featuretext {
	margin-top: 20px;
}


#detailimage .enlarge {
	padding-right: 13px;
}
#detaildesc {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}
#detaildesc h2 {
	color: #fff;
	background-color: #F39241;
	border-top: dashed 1px #0b2d5d;
	border-bottom: dashed 1px #0b2d5d;
	padding: 2px 10px;
}
#detailprint {
	clear: both;
	float: right;
	font-size: 1.2em;
	padding: 0px 12px 0px 0px;
	margin: 10px 0px;
}
#detailprint a {
	color: #fff;
	padding: 5px;
	background-color: #993300;
}
#detailprint a:hover {
	background-color: #F39241
}
.price{
	margin: 0 0 0 10px;
	font-size: 1.4em;
	color: #720C26;
}


/* =Tables
-----------------------------------------------------------------------------*/

table {
	width: 550px;
	margin: 10px 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 3px;
	border: solid 1px #000;
}
td.headings {
	background-color: #C40000;
	color: #fff;
	font-weight: bold;
}
td.subheadings {
	font-weight: bold;
}
td.right {
	text-align: right;
}

#baskettable {
	width: 530px;
	padding: 4px;
	font-size: 1.0em;
	margin: 0 auto;
}


table {
  border-collapse: collapse;
  border: 1px solid #666;
}

caption {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#ItemCol {
  border: none;
}

thead {
  background-color: #E3B521;
  color: #fff;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

#baskettable th, td {
  padding: 0.1em 1em;
}

#baskettable input.submit {
	font-size: 1.0em;
}

#baskettable .rowbg {
	background-color: #EFEBEF;
}

#baskettable .rowbg_odd {
	background-color: #F7F7FF;
}

#baskettable .buttons {
	font-size: 1.0em;
}

#PriceCol {
	width: 100px;
}

#QtyCol {
	width: 110px;
}


/* =Miscellaneous
-----------------------------------------------------------------------------*/

.smallbutton {
	font-size: 0.9em;
	background-color: #D0C0C0;
}

/* Featured Products */

.featuredproducts {
	width: 255px;
	text-align: left;
	float: left;
	background-color: #fff;
	color: #000;
	border: 1px solid #7b7b7b;
	margin-bottom: 10px;
	padding: 4px;
	margin-left: 5px;
	min-height: 230px;
}

.featureddetails {
	height: 200px;
}


.featuredproducts h3 {
	font-size: 1.2em;
}

.featuredproducts .imgthumbnail {
	margin-right: 12px;
	margin-left: 10px;
	border: 1px solid #ccc;
	padding: 4px;
	float: right;
}

.featuredproducts .divider {
	border-bottom: 1px solid #ccc;
}

.featuredproducts img {
	border: 0;
}

.featuredproducts p {
	font-size: 1.1em;
}

.featured-category-link a {
		font-size: 0.95em;
		color: #000;
		text-decoration: none;
}

.featured-category-link a:hover {
		text-decoration: underline;
		color: #ff0000;
}