@CHARSET "UTF-8";

/* Pages menu - start */
#contentColumn .navigationMenu {
	background: #fdf2dc;
	border: 1px solid #b4976f;
	font: bold 1em Tahoma;
	height: 28px;
	width: 798px;
}

#contentColumn #assortment {
	height: 20px;
	padding: 4px 5px;
}

#assortment #sortLabel {
	float: left;
	padding: 2px 5px 0 0;
}

#assortment ul#sortButtons li {
	background: url(/images/common/button_sort.gif) no-repeat;
	float: left;
	font-size: .85em;
	margin: 0 1px;
}

#assortment ul#sortButtons li div {
	background: url(/images/common/button_sort.gif) right top no-repeat;
	background-position: 100% -25px;
	padding: 3px 5px 4px;
}

#assortment ul#sortButtons li.sorted {
	background: url(/images/common/button_sort_active.gif) no-repeat;
	float: left;
	font-size: .85em;
	margin: 0 1px;
}

#assortment ul#sortButtons li.sorted div {
	background: url(/images/common/button_sort_active.gif) right top no-repeat;
	background-position: 100% -25px;
	padding: 3px 5px 4px;
}

#assortment ul#sortButtons li.sorted a { color: #b3509e; }

.navigationMenu .navigation {
	float: right;
	padding: 1px 0;
	width: 302px;
}

.navigation .arrow {
	float: right;
	margin: 0 1px;
}

.pages a { font-weight: normal; }
.pages ul li {
	background: url(/images/common/pages_tab_bg.gif) no-repeat;
	float: left;
	margin: 0 1px;
}

.pages ul li.selected {
	background: url(/images/common/pages_tab_selected_bg.gif) no-repeat;
}

.pages ul li div {
	background: url(/images/common/pages_tab_bg.gif) right top no-repeat;
	background-position: 100% -27px;
	font: bold 1.1em Tahoma;
	min-width: 17px;
	padding: 5px;
	text-align: center;
}

.pages ul li.selected div {
	background: url(/images/common/pages_tab_selected_bg.gif) right top no-repeat;
	background-position: 100% -27px;
	color: #b3509e;
	font: bold 1.1em Tahoma;
	min-width: 17px;
	padding: 5px;
	text-align: center;
}
/* Pages menu - end */

/* Empty list message - start */
#emptyList {
	font: bold 1.1em Tahoma;
	padding: 20px 5px;
}
/* Empty list message - end */

/* Item container - start */
.wrapper {
	background: url(/images/common/list_item_main_bg.jpg) 0 100% no-repeat;
	float: left;
	position: relative;
	width: 800px;
}
.saleWrapper { background: url(/images/common/list_item_main_sale_bg.jpg) 0 100% no-repeat; }

.wrapper .imageBox {
	background: url(/images/common/list_item_head_image.jpg) no-repeat;
	float: left;
	padding: 10px 0px 20px 0px;
	width: 100px;
}

.wrapper .descBox {
	background: url(/images/common/list_item_head_description.jpg) no-repeat;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 508px;
}

.wrapper .priceBox {
	background: url(/images/common/list_item_head_price.jpg) no-repeat;
	float: right;
	padding: 30px 10px 3em;
	text-align: center;
	width: 152px;
}

.wrapper .priceBox .deleteButton { margin-top: 20px; }
.wrapper .imageBox .subNav {
	padding-left: 5px;
	position: relative;
	top: 10px;
	width: 90px;
}

.wrapper .descBox .description { padding-top: 10px; }

#contentColumn .wrapper .descBox a:hover {
	border-bottom: 1px dashed #b4976f;
	color: #242d83;
	text-decoration: none;
}

.wrapper .descBox .subNav {
	line-height: 1.2em;
	width: 520px;
}

.wrapper .cnt1 .subNav { left: 0; }
.wrapper .cnt2 .subNav { left: 100px; }

.wrapper .itemPrice {
	color: #242d83;
	font-size: 1.65em;
}

.wrapper .itemPrice span {
	color: #B3509E;
	font-weight: bold;
	font-family: Tahoma;
}

.wrapper .itemPrice.salePrice {
	color: #B3509E;
}


.wrapper .itemWaiting {
	color: #242d83;
	font: bold 1.2em Tahoma;
	padding: 20px 0 50px;
}

.wrapper .available {
	color: #d3564d;
	font-size: .9em;
}

.wrapper .name {
	font-size: 0.9em;
	line-height: 1.1em;
}

.wrapper .originalName {
	font-size: .9em;
	padding-top: 3px;
}

.wrapper .originalName a,
.wrapper .value {
	color: #242d83;
}
/* Item container - end*/

/* Rating settings - start */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
     background: url(/images/common/rating_stars.png) left -1000px repeat-x;
}

.star-rating {
    position: relative;
    width: 70px;
    height: 14px;
    overflow: hidden;
    list-style: none;
    margin-top: 3px;
    padding: 0;
    background-position: left top;
}

.star-rating li {
    display: inline;
}

.star-rating a,
.star-rating .current-rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 14px;
    line-height: 14px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating a.one-star {
    width: 20%;
    z-index: 6;
}

.star-rating a.two-stars {
    width: 40%;
    z-index: 5;
}

.star-rating a.three-stars {
    width: 60%;
    z-index: 4;
}

.star-rating a.four-stars {
    width: 80%;
    z-index: 3;
}

.star-rating a.five-stars {
    width:100%;
    z-index: 2;
}

.star-rating .current-rating {
    background-position: left -14px;
    z-index: 1;
}
/* Rating settings - end */

/*#shelfOneContainer {
	background: url(/images/common/shelf_one_bg_list.jpg) no-repeat;
}

#shelfTwoContainer {
	background: url(/images/common/shelf_two_bg_list.jpg) no-repeat;
}*/

#preorderContainer {
    background: #fef7e1;
    display: none;
    padding: 5px 10px 10px;
    position: fixed;
    text-align: left;
    top: 300px;
    z-index: 1001;
}

/* waitlist window - start */
.waitlistContainer
{
    background: #fef7e1;
    display: none;
    padding: 5px 10px 10px;
    position: fixed;
    text-align: left;
    top: 300px;
    z-index: 1001;
}

.waitlistText p { padding-bottom: 5px; }
.waitlistText a {
    color: #431b01;
    text-decoration: underline;
}

.waitlistText a:hover { text-decoration: none; }
.waitlistText .input {
    border: 1px solid #c39772;
    width: 300px;
}

.waitlistText .button {
    padding: 5px 0;
    text-align: right;
}

.waitlistText .waitlistError { color: #c40000; }

.close {
    padding-bottom: 5px;
    text-align: right;
}
/* waitlist window - end */
.priceBox .oldPrice{
	padding-bottom:20px;
	color: #242D83;
}

.priceBox .old{
	text-decoration: line-through;
	padding-right: 5px;
}

.priceBox .discount{
	color: #B3509E;
	font-size: 1.4em;
	font-weight: bold;
}

.itemPrice span.currentPrice{
	font-size: 0.7em;
	font-weight: normal;
}

.desc10 {
    color: #B3509E;
    float: right;
    font-family: Century Gothic;
    font-size: 14px;
    position: relative;
    width: 162px;
}

.percent10 {
    font-size: 2.2em;
    font-weight: bold;
}

.text10 {
    position: absolute;
    top: 0px;
    left:90px;
}
