﻿/* =Product Displays
-----------------------------------------------------------------------------*/

.outerbox {
	float: left;
	position: relative;
	margin: 0px 35px 15px 0px;
	width: 240px;
	min-height: 350px;

	border-bottom: 1px dashed #999999

}
.outerbox img {
	border: 0;
}
.outerbox .smallimage {
	overflow: hidden;
	border: solid 1px #717171;
	text-align: center;
	padding: 4px;
}
.outerbox {
	font-size: 1.1em;
}
.outerbox .desc a{
	margin: 3px 0px 0px 0px;
	padding: 2px;
	float:left;
	clear: left;
	color: #002f60;
}
.outerbox .desc a:hover{
	color: #000;
}
.outerbox .cat{
	margin: 0 0 0px 0;
	padding: 0px;
	float:left;
	clear: both;
	color: #000;
	text-decoration:none;
}
.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;
	clear: both;
	color: #B20909;
	font-weight: bold;
	font-size: 1.0em;
	width: 150px;
	margin-bottom: 10px;
}
.outerbox .ourprice {
	color: #000;

}

.outerbox .buttons {
	clear: both;
}

.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;
}

.specification {
	width: 150px;
	float: right;
	margin-right: 40px;
	font-size: 0.9em;
	margin-top: 40px;
}

#productdetails {
	clear: both;
	margin-top: 0px;
	background-color: #F5F5F5;
	border: 1px solid #1B205F;
	padding: 10px;
	min-height: 225px;
}

#productdetails h1 {
	margin: 0;
}

#detailimage {
	width: 200px;
	margin: 5px 10px 10px 0px;
	float: right;
	padding: 10px;
	text-align: center;
}

.detailimage img {
 border: solid 1px #ccc;
}
.detailimage img:hover {
 border: solid 1px #000;
}

.imageborder {
	border: 2px solid #000;
}


#detailimage p {
	color: #0b2d5d;
}
#featuretext {
	margin-top: 20px;
}


#detailimage .enlarge {
	padding-right: 13px;
}
#detaildesc {
	clear: both;
	font: 1.0em/1.6 Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}
#detaildesc h2 {
	font: 1.3em/1.6 Verdana, Arial, Helvetica, sans-serif;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #720C26;
}


/* =Tables
-----------------------------------------------------------------------------*/

table {
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #000;
}
td.headings {
	background-color: #5C075D;
	color: #fff;
	font-weight: bold;
}
td.subheadings {
	font-weight: bold;
}
td.right {
	text-align: right;
}


/* =Miscellaneous
-----------------------------------------------------------------------------*/
.required {
	color: #E33187;
}

.smallbutton {
	font-size: 0.9em;
	background-color: #D0C0C0;
}


/* Featured Products */

#featured-products-holder {
	margin-bottom: 5px;
}

.featureddetails {
	height: 175px;
}


.featuredproducts {
	width: 250px;
	text-align: left;
	float: left;
	color: #000;
	border-bottom: 1px dashed #7b7b7b;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 4px;
	margin-left: 15px;
	height: 210px;
}

.featuredproducts h3 {
	font-size: 1.2em;
}

.featuredproducts .imgthumbnail {
	float: right;
	margin-right: 12px;
	margin-left: 4px;
	border: 1px solid #ccc;
	padding: 4px;
}

.featuredproducts .divider {
	border-bottom: 1px solid #ccc;
}

.featuredproducts img {
	border: 0;
}

.featuredproducts p {
	font-size: 1.0em;
}

/* New Arrivals */

.new-arrivals {
	width: 180px;
	text-align: center;
	border-bottom: 1px solid #7b7b7b;
	margin-bottom: 10px;
	padding: 6px;
}

.new-arrivals-image {
	width: 170px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 4px;
}

.new-arrivals-title h4 {
	font-size: 1.3em;
}

.new-arrivals-image img {
	border: 0;
}


/* Refine Listings */

#refine {
	border: 1px solid #84A2AD;
	background-color: #EFEBEF;
	width: 505px;
	padding: 4px;
	clear: both;
	text-align: left;
}

#refine h2 {
	font-size: 1.0em;
	font-weight: bold;
}

#refine select.search {
	font-size: 1.0em;
 	width: 143px;
}

#refine input.submit {
	font-size: 1.0em;
}

