﻿/* General =========================================================== */

.clear {
	clear: both;
}

h4 {
	margin: 0;
	padding: 0;
}

#sidePanel {
	float:right;
	font-size:1.1em;
	margin-right:18px;
	padding-top:10px;
	width:210px;
}

#store_body {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	height:auto !important;
	margin:0pt 15px 0pt 22px;
	min-height:340px;
	padding:0px;
	width:510px;
	background: #a5b6ae;
}

div#sideBar h2 {
	width: 224px;
	height: 26px;
	background: url(/store/images/RON_storeSidebarBG.gif) top left no-repeat;
	color: #440000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 0 3px;
	margin: 0;
}

div#sideBar ul {
	margin: 0;
}

div#sideBar ul li a{
	width: 220px;
	height: 18px;
	display: block;
	color: #000;
	font-size: 12px;
}

div#sideBar ul li{
	list-style: none;
	width: 220px;
	height: 18px;
	background: #c6b580;
	margin: 2px 0;
	padding: 4px 0 0 5px;
}

div#sideBar ul li:hover{
	background: #b9a978;
}

.mailcallout {
	margin-bottom: 10px;
}

div#currency {
	text-align: center;
	padding-top: 7px;
}

div#featProd img{
	border-bottom: 2px solid #3B3424;
	border-right: 2px solid #3B3424;
	padding: 0pt 5px 5px 0pt;
	margin-right: 10px;
	float: left;
}

div#otherProds {
	margin-top: 20px;
	background: #8c7b55;
	border-top: 2px solid #3B3424;
	border-bottom: 2px solid #3B3424;
	min-height: 200px;
}

div.prod {
	float: left;
	width: 33%;
	text-align: center;
	margin: 5px 0;
}

div.prod a{
	color: #000;
}

div.prod a:hover{
	color: #d2c5a2;
}

img.prodIMG {
	margin: 5px 0;
	border-bottom: 2px solid #3B3424;
	border-right: 2px solid #3B3424;
	padding: 0 5px 5px 0pt;
}

/* Catalog Catrgory Listing ========================================== */

.thumbnailView {
	width: 30%;
	height: 270px;
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #440000;
	background: #c8ba97;
	text-align: center;
}

.thumbnailView h4 {
	margin: 0 0 10px 0;
	background: #440000;
	padding: 5px;
	height:50px;
	
}

.thumbnailView h4 a {
	color:#FFF;
	font-weight:normal;
	font-size:.9em;
}

.thumbnailView a {
	color:#440000;
}

.DataListFooter {
	clear: both;
}

a.switchSummaryView, a.switchThumbnailView {
	padding: 5px;
	border: 1px solid #ccc;
	background: #ececec;
	display: block;
	width: 100px;
}

a.switchThumbnailView {
	width: 110px;
}

a.switchSummaryView:hover, a.switchThumbnailView:hover {
	background: #ccc;
	border: 1px solid #555;
}


/* Tickets ================================================================= */

table#TicketListing {
	border-collapse: collapse;
	width: 100%;
}

table#TicketListing th {
	text-align: left;
	background: #bdae8a;
	padding: 5px;
}

table#TicketListing td {
	background: #cdbe9c;
	padding: 5px;
	border-bottom: 1px dotted #440000;
	
}

/* Summary View ===== */

.summaryView {
	background: #ececec;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 5px;
}

.summaryView h4 {
	margin: 0;
	padding: 5px;
	background: #ccc;
}

h4.displayNameSide {
	display: none;
}

.summaryView img {
	float: left;
	margin: 5px 5px 5px 0;
}

.summaries {
	width: 50%;
	float: left;
}

p.price {
	font-weight: bold;
}

p.timeLimit {
	color: #f00;
}

/* Add To Cart Panel ======= */

#addToCart {
	width: 235px;
	border: 1px dotted #440000;
	background: #c8ba97;
	padding: 10px;
	margin-bottom:10px;
}

#addToCart p.option {
	margin-top:10px;
}

/* Summary Add To Cart ===== */

.summaryAddToCart #addToCart {
	width: 200px;
	padding: 5px;
	background: #ccc;
	float: right;
	clear: none;
}

/* Product View ====================================================== */

img.productImage {
	width: 160px;
	height: 160px;
	float: right;
	margin: 0 10px 10px 0;
}

.description {
	margin:0px;
	margin-top:10px;
	padding:0px;
	border-top: 1px dotted #440000;
}

.description h2 {
	padding:0px;
	padding-top:10px;
}

.description h3 {
	padding:0px;
	padding-top:15px;
}

.description h4 {
	padding:0px;
	padding-top:15px;
	padding-bottom:10px;
}

ul.features {
	list-style: none;
	padding-top:10px
}

ul.features li{
	padding-top:5px;
	padding-left:15px;
	background-image:url(../Images/Ron_li_bg.gif);
	background-repeat:no-repeat;
  	background-position: left bottom;
}

.trackWrapper ol {
	padding-left:27px;
	*padding-left:30px;
	/*width:100px;
	float:left;*/
}

.trackWrapper ol li {
	padding-top:5px;
	list-style-type:decimal;
	/*background-image:url(../Images/Ron_li_bg.gif);
	background-repeat:no-repeat;
  	background-position: left bottom;*/
}

/* View Cart ========================================================== */

#cartHeader {
	text-align: right;
}

p.subTotal {
	padding: 5px;
	background: #ececec;
	border: 1px solid #ccc;
}

.dollars {
	font-weight: bold;
}

table#cartItems {
	width: 100%;
	border-collapse: collapse;
}

table#cartItems th {
	text-align: left;
	background: #bdae8a;
	padding: 5px;
}

table#cartItems td {
	background: #cdbe9c;
	border-bottom: 1px dotted #440000;
	padding: 5px;
}

#cartHeader {
	display:none;
}

#cartFooter {
	clear: both;
	height: 20px;
	padding: 5px 5px 12px 4px;
	margin-top: 15px;
}

a.continueButton, a.checkoutButton {
	border:none;
	float: left;
	background: #8B7A54;
	border: 1px solid #000;
	font-weight: bold;
	color: #C6B580;
	padding: 7px;
}

a.checkoutButton {
	float: right;
}

a.continueButton:hover, a.checkoutButton:hover  {
	color: #540015;	
}

/* Checkout General ========================================= */

.WizardButtonCss { /* The continue and cancel order buttons at the bottom of the checkout pages */
	padding: 10px;
	height:20px;
	margin-top: 10px;
}

.WizardButtonCss a {
	color: #000;
	padding: 5px;
	border: 1px solid #ccc;
}

.WizardButtonCss a.cancelButton {
	float: left;
	background: #8B7A54;
	border: 1px solid #000;
	font-weight: bold;
	color: #C6B580;
}

.WizardButtonCss a.cancelButton:hover {
	color: #540015;
}

.WizardButtonCss a.nextButton {
	float: right;
	background: #8B7A54;
	border: 1px solid #000;
	font-weight: bold;
	color: #C6B580;
}

.WizardButtonCss a.nextButton:hover {
	color: #540015;
}

/* Payment Method =========================================== */

#newPayment {
	padding: 0px;
	margin: 5px 0;
	/*border: 1px solid #fff;*/
}

.paymentOptionTab, .paymentOptionTabActive {
	float: left;
	padding: 5px;
}

/* New Payment Method */

.styledForm label {
	width: 170px;
	display: block;
	float: left;
	text-align: right;
	margin: 5px;
}

.styledForm input, .styledForm select {
	margin: 5px;
}

/* Address And Payment Methods ================================================== */

/* New Address */

#newAddress {
	padding: 0px;
	margin: 5px;
	_width:100%;
	
}

.newAddressArea {
	background: #D2C5A2;
	border-bottom:#000 dotted 1px;
}

.savedAddress, .savedPayment, .selectedAddress, .selectedPayment {
	margin: 5px;
	padding: 5px;
	background: #B9A978;
	border: 1px solid #440000;
	overflow: hidden;
	width: 50%;
}

.selectedAddress, .selectedPayment {
	background: #B9A978 url(/store/images/selected.gif) top right no-repeat;
	border: 1px solid #000;
	width: 60%;
}

.savedAddresses, .savedPayments {
	padding: 5px;
	margin: 10px 0;
}

.savedAddress dl, .savedPayment dl {
	margin: 0;
	padding: 0;
}

.selectedPayment dl dt {
	width: 70px;
	float: left;
}

.savedPayment dl dt, .selectedPayment dl dt {
	font-weight: bold;
}

.savedAddress dl dd, .savedPayment dl dd, .selectedAddress dl dd {
	margin: 0;
	padding: 0;
}

.AspNet-FormView-Data dl dd {
	margin: 0;
	padding: 0;
}

.addButton {
	display: block;
	margin: 10px 0;
}

.switchView {
	float: right;
}

.savedAddresses h4, #newAddress h4, .newPaymentArea h4 {
	width: 50%;
	float: left;
}

/* Delivery Method */

.deliveryMethod {
	clear: both;
	background: #D2C5A2;
	margin: 10px 0;
	padding: 5px;
}

/* Order Summary =================================================== */

.finishButton a{
	margin: 19px 10px 0 0;
	padding: 5px;
	text-align: right;
	float: right;
	background: #8B7A54;
	border: 1px solid #000;
	font-weight: bold;
	color: #C6B580;
}

.finishButton a:hover{
	color: #540015;
}

.confirmSection {
	width: 538px;
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
	background: #ececec;
}

.confirmColumn {
width: 700px
}

.confirmSection h3 {
	margin: 0 0 10px 0;
}

a.changeButton {
	padding: 5px;
	background: #ececec;
	border: 1px solid #ccc;
	float: right;
}

a.changeButton:hover {
	background: #ccc;
	border: 1px solid #555;
}

/* Your Items */

.confirmSection table {
	border-collapse: collapse;
	width: 100%;
}

.confirmSection table th {
	padding: 5px;
	text-align: left;
	background: #ccc;
}

.confirmSection table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

/* Order Summary */

table#orderSummary th {
	border-bottom: 1px solid #ececec;
	vertical-align: top;
}

.detailsLink {
	display: none;
}

/* Shipping Method */

dl.shippingMethod dt {
	font-weight: bold;
}

/* CCV Number Pop Up ========================================= */

#helpPopup {
	position: absolute;
	width: 400px;
	background: #fff;
	border: 1px solid #000;
	padding: 5px;
	display: none;
	font-size: small;
}

#helpPopup h3 {
	margin: 0;
	padding: 0;
}
	
.commentBox {
	width: 300px;
}

.DataListItem img {
	display: none;
}

#DownloadNow {
	margin: 10px 0 20px 0;
}

