#homePageOffers h2 a {
	color: #fff;
}

#cartLink {
	font-weight: bold;
}

#browser h2 {
	cursor: pointer;
}

.alphas {
	padding: 5px;
	margin-bottom: 10px;
}

.alphas a {

}


.scrollframe {
	position: relative;
	max-height: 300px; 
	overflow: auto; 
	margin-bottom: 20px;
	margin-top: 10px;
}

#content .scrollframe .newalpha {
	margin-top: 25px;
	position: relative;
}

#shopbreadcrumb {
	background: #B5DA9C;
	color: #444;
	font-size: 1.2em;
	padding: 8px 10px;
	border-radius: 4px;
	margin: 0 0 12px 0;
/*	font-weight: bold;*/
	margin-left: 0 !important;
	text-transform: uppercase;
	font-weight: normal;

}

#shopbreadcrumb a {
	color: #444;
}

.productSummary {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}

/* orig */

.productSummaryThumbnail {
	width: 228px;
	float: left;
	margin-right: 15px;
}


.productSummaryInfo {
	width: 471px;
	float: left;
}

/* bigger */

.bigger .productSummaryThumbnail {
	width: 328px;
}

.bigger .productSummaryThumbnail img {
	width: 328px;
}

.bigger .productSummaryInfo {
	width: 371px;
}


/* smaller */
.smaller .productSummaryThumbnail {
	width: 168px;
}

.smaller .productSummaryThumbnail img {
	width: 168px;
}

.smaller .productSummaryInfo {
	width: 531px;
}


#content .indented #productDetails p,
#content .indented .productSummary p {
	margin-left: 0;
}


#productImagery {
	width: 349px;
	float: left;
	margin-right: 15px;
	text-align: center;
	position: relative;
}


#product #productImages {
    min-height: 650px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#product #productImages div.img {
    position: absolute;
    text-align: center;
    width: 332px;
}
#product #productThumbs {
    display: block;
}
#imgnav {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#imgnav li {
    display: inline-block;
}
#imgnav a {
    background: none repeat scroll 0 0 #B5DA9C;
    border-radius: 3px 3px 3px 3px;
    display: block;
    height: 18px;
    margin-right: 8px;
    position: relative;
    width: 18px;
}
#imgnav a.current {
    background: none repeat scroll 0 0 #2F6782;
}
#imgnav li span.img {
    display: none;
}
#imgnav li:hover span.img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    display: block;
    height: 80px;
    left: -35px;
    padding: 3px;
    position: absolute;
    top: -100px;
    width: 80px;
}
#imgnav li span.centerer {
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
#imgnav li span.arrow {
    border-color: #CCCCCC transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    height: 0;
    left: 33px;
    margin-left: 0;
    position: absolute;
    width: 0;
}






#product h2 em {
	font-size: 0.9em;
	font-weight: normal;
}

#productDetails {
	width: 349px;
	float: left;
}

#productDetails .price,
.productSummary .price {
	font-weight: bold;
}

#productDetails .author,
.productSummary .author {
	margin-bottom: 0px;
}

#productDetails label,
.productSummary label {
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
}

#productDetails .notes {
	font-style: italic;
}


#content .indented #productDetails .details p {
	margin-left: 10px;
}

.productSummary h3 {
	padding: 5px 8px;
	border: 0;
	background: #EFF7EB;
	border-radius: 4px;
	font-size: 1.1em;
}

.productSummary h3 a {
	color: #444;
}

#productDetails h3 {
	padding: 5px 10px;
	border: 0;
	background: #EFF7EB;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.2em;
}

.addToCartButton,
#productDetails .button {
	width: 50%;
	padding: 3px 0;
	border: 0;
	background: #B5DA9C;
	border-radius: 4px;
	cursor: pointer;

}


.pagination {
	margin-left: 0 !important;
}

.pagination label {
	display: block;
	float: left;
	border-radius: 5px;
	background: #316783;
	margin-right: 3px;
	margin-bottom: 10px;
	padding: 3px 10px;
	color: #fff;
}
.alphas a,
.pagination .page {
	border-radius: 4px;
	border: 1px solid #ccc; 
	padding: 2px 2px;
	text-align: center;
	width: 16px;
	margin: 0 3px 4px 0;
	display: block;
	float: left;
	text-decoration: none;
	background: #f7f7f7;
}


.alphas a:hover,
.pagination .page:hover {
	background: #EFF7EB;
	box-shadow: 0 0 4px #ccc;
}

.pagination .current {
	background: #B5DA9C;
	font-weight: bold;
}




table#cartLayout {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 705px;
}
table#cartLayout th, table#cartLayout td {
    border: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 16px;
    padding: 7px;
}
table#cartLayout a {
    text-decoration: none;
}
table#cartLayout a:hover {
    text-decoration: underline;
}
table#cartLayout td.qty {
    padding: 0 !important;
    text-align: center;
    width: 20px;
}
table#cartLayout td.qty input {
    border: medium none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: 7px;
    text-align: center;
    width: 20px;
}
table#cartLayout td.currency {
    border-right: medium none;
    text-align: center;
    width: 20px;
}
table#cartLayout td.price {
    border-left: medium none;
    text-align: right;
    width: 70px;
}
table#cartLayout .subTotalRow td {
    background: none repeat scroll 0 0 #F4F4F4;
    font-weight: bold;
}
table#cartLayout .taxRow td {
    background: none repeat scroll 0 0 #F4F4F4;
}
table#cartLayout .postageRow td {
    background: none repeat scroll 0 0 #F4F4F4;
}
table#cartLayout .postageRow a {
	color: #444;
	font-weight: bold;
}

table#cartLayout .postageRow select {
	padding: 1px;
}

#postagelink {
	background: url(../images/structure/help.png) right top no-repeat;
	padding-right: 22px;
}

.removecol {
	width: 16px;
}

table#cartLayout .delete {
	background: url(../images/structure/delete.png);
	width: 16px;
	height: 16px;
	display: block;
}

table#cartLayout .totalRow td {
    background: none repeat scroll 0 0 #F4F4F4;
    font-weight: bold;
}
table#cartLayout .postageRow td {
	text-align: right;
}
table#cartLayout .postageRow select {
    color: #666666;
    margin: 0 0 0 auto;
    width: 390px;
	

}
#buttonrow {
    padding-right: 25px;
}
#buttonrow input[type="submit"] {
    float: right;
    margin: 0 3px 20px 0;
    width: 130px;
}

#registrationlogin,
#registrationintro {
	min-height: 170px;
	width: 329px;
	float: left;
	margin-bottom: 15px;
}


#registrationlogin h4 {
	margin: 0 0 10px 0;
}

#registrationlogin label {
	float: left;
	display: block;
	width: 100px;
	margin-top: 2px;
}

#registrationintro {
	float: right;
}

#registrationintro h4 {
	margin: 0 0 10px 0;
}

#login h4 {
	margin: 0 0 10px 0px;
}

#login #welcome {
	margin: 0 0 15px 10px;
}


#checkout h3 {
	padding: 5px 10px;
	border: 0;
	background: #EFF7EB;/*#B5DA9C*/
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.2em;

}

#checkout .floatlabel,
#checkout h4 {
    font-size: 110%;
	float: left;
	clear: both;
	padding: 7px;
    width: 150px;
}
#checkout p input[type="text"] {
    width: 400px;
}
#checkout p textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    height: 100px;
    width: 400px;
}

#checkoutBlock_3 {
	margin-top: 30px;
}

#register {
	display: block;
	float: left;
	padding-bottom: 20px;
	margin-right: 20px;
}

.reserved {
	padding: 10px 10px 10px 35px;
	border: 1px solid #ccc;
	background: url(../images/structure/reserved.gif) 8px 10px no-repeat;
}

#delivery_terms {
	border-collapse: collapse;
	width: 100%;
}

#delivery_terms th,
#delivery_terms td {
	padding: 3px 5px;
}

#navtop .page_5 ul {
	display: none;
}


.scrollbarcover-slider-element {
    height: 100%;
    width: 10px;
    background-color: #EFF7EB;
    border-left: 10px solid #fff;
}
.scrollbarcover-slider-knob {
    height: 10px;
    width: 10px;
    background-color: #2F6782;
}

.confirmp strong {
	display: inline-block;
	width: 150px;
}

#receipt {
	
}

#receipt th,
#receipt td {
	padding: 5px;
}

#content #receipt_purchases{
	margin: 0;
	width: 100%;
}


#receipt_purchases th,
#receipt_purchases td {
	padding: 5px;
	border: 1px solid #ccc;
}

#receipt .headingrow th,
#receipt .headingrow td{
	background: #45738D;
	color: #fff;
	padding: 5px;
	font-size: 1.2em;
}