﻿.OSCAR_checkout-shipping-container
{
	float: left;
	width: 350px;
}

.OSCAR_checkout-payment-container
{
	float: right;
	width: 410px;
}

.OSCAR_Payment_Form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.OSCAR_order-confirm-shipping
{
	float: left;
	width: 48%;
}

.OSCAR_order-confirm-billing
{
	float: right;
	width: 48%;
}

.OSCAR_cart-summary
{
	float:right;
	background-color:#FFFFFF;
}
.OSCAR_cart-summary ul li
{
	display:inline;
	list-style-type:none;
	padding:5px;
}

.OSCAR_cart-grid
{
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}
.OSCAR_cart-grid-header1
{
	background-color:#CCCCCC;
}
.OSCAR_cart-grid-header2
{
	background-color:#DDDDDD;
}
.OSCAR_cart-grid th
{
	border: 1px solid #CCCCCC;
}
.OSCAR_cart-grid td
{
	border: 1px solid #CCCCCC;
}
.OSCAR_cart-totals
{
	font-weight: bold;
	text-align: right;
}

.OSCAR_cart-container
{
	border: 1px solid #000000;
	border-bottom-style: none;
}

.OSCAR_anonymous-panel
{
	width: 300px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	padding: 10px;
	color: #000000;
}
.OSCAR_anonymous-panel div
{
	padding-bottom: 20px;
}
.OSCAR_anonymous-panel .text-button
{
	margin-right: 20px;
}

.OSCAR_Address-popup-container
{
	padding-bottom: 20px;
}

.ajax__validatorcallout_error_message_cell
{
	color: #000000;
}

.OSCAR_no-pobox-message
{
	color: #FF0000;
}

/* Prices */
.OSCAR_price
{
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.OSCAR_promo-price
{
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.OSCAR_old-price
{
	color: #969696;
}
.OSCAR_old-price span
{
	font-style: italic;
	text-decoration: line-through;
}
.OSCAR_amount-saved
{
	/*color: #969696;*/
}
.OSCAR_MSRP
{
	color: #969696;
}
.OSCAR_MSRP span
{
	text-decoration:line-through;
}

/*   Category Details   */
.OSCAR_category-image
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Item List */
.OSCAR_item-list
{
	background-image: url(/store/images/list-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	margin-bottom:10px;
}
.OSCAR_item-list-left
{
	float: left;
	width: 150px;
	padding-right: 10px;
}
.OSCAR_item-list-center
{
	float: left;
	width: 370px;
}
.OSCAR_item-list-right
{
	float: right;
	width: 150px;
	padding: 10px;
}

/* SubCategory List */
.OSCAR_SubCategory-List table
{
    margin: 0 auto;
}
.OSCAR_SubCategory-List table tr td
{
    width:160px;
    height:150px;
    text-align:center;
    vertical-align:middle;
}

/* Featured Items */
.OSCAR_featured-item-small, .OSCAR_featured-item-small-last
{
	float:left;
	padding:15px;
	background-color: #e6e6e6;
	border: solid 1px #cccccc;
	width:150px;
	height:210px;
}
.OSCAR_featured-item-small
{
	margin-right:15px;
}
.OSCAR_featured-item-image
{
	height:150px;
	margin-bottom:10px;
}
.OSCAR_featured-item-spacer
{
    width:15px;
}

/* Item Details */
.OSCAR_item-detail-top
{
}

.OSCAR_item-detail-left, .OSCAR_item-detail-left-noheight
{
	float: left;
	width: 300px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
	text-align: center;
}
.OSCAR_item-detail-left table, .OSCAR_item-detail-left-noheight table
{
	width: 303px;
	border-collapse: collapse;
}
.OSCAR_item-detail-left table
{
	height: 303px;
}
.OSCAR_item-detail-left td, .OSCAR_item-detail-left-noheight td
{
	padding: 0px;
	vertical-align:middle;
}

.OSCAR_item-detail-description
{
}
.OSCAR_item-detail-right
{
	float: right;
	width: 210px;
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
	padding: 10px;
}
.OSCAR_item-option-category
{
	padding-bottom:5px;
}
.OSCAR_item-option-list
{
	float: right;
}
.OSCAR_item-option-header
{
	float:left;
}
.OSCAR_alternate-images
{
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}
.OSCAR_alternate-image
{
	margin-right: 20px;
}
.OSCAR_alternate-image input
{
	margin: 1px;
	*margin-bottom:16px;
}
.OSCAR_alternate-image .selected
{
	border: 1px solid #000000;
	margin: 0;
	*margin-bottom:15px;
}
.OSCAR_Tabs
{
	margin-top:20px;
}
.oscar_add-to-cart
{
	margin-top:10px;
}

/* Reviews */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background-image: url(/Store/Images/FilledStar.png);
}
.emptyRatingStar
{
	background-image: url(/Store/Images/EmptyStar.png);
}
.savedRatingStar
{
	background-image: url(/Store/Images/SavedStar.png);
}
.OSCAR_RatingStars
{
	display: inline;
	margin-right: 2px;
}
.OSCAR_ReviewTitle
{
	font-weight: bold;
}
.OSCAR_ReviewName
{
	font-weight: bold;
}
.OSCAR_ReviewInfo
{
	margin-bottom: 10px;
}
.OSCAR_ReviewRating
{
	margin-bottom: 10px;
}
.OSCAR_ReviewAnswers
{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
.OSCAR_ReviewHeader
{
	padding:5px;
	background-color:#CCCCCC;
	margin-bottom:5px;
}

/* Admin Screens */
.OSCAR_item-configuration-check
{
	float:left;
	width:125px;
}

