@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #4e1a5a url(../images/body-bg.gif) repeat-x;
	color: #EEE;
	font: normal 11px verdana, arial, sans;
	cursor: default;
	/*letter-spacing: -0.01em;*/
	
	scrollbar-face-color: #5d2169;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: #7f548c;
	scrollbar-3dlight-color: #7f548c;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

p {
	margin: 10px 0;
}

a {
	color: #CAC;
}

a img {
	border: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

.a-right {
	text-align: right;
}
	 	
#wrapper {
	position: relative;
	width: 900px;
	margin: 0px auto 20px auto;
	padding-bottom: 20px;
}

#header {
	/*height: 140px;*/
	height: 100px;
}

h1#logo {
	width: 166px;
	height: 76px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 367px;
	/*top: 32px;*/
	top: 10px;
}

.no-display {
	display: none;
}

#topnavigation {
	position: relative;
	height: 30px;
	line-height: 20px;
}

#topnavigation a#last {
    color: white;
}

#contentWrapper {
	position: relative;
}

#leftside {
	width: 140px;
	height: 466px;
	background-color: #5d2169;
}

#content {
	width: 760px;
	height: 466px;
	position: absolute;
	top: 0;
	right: 0;
}

object {
    position: absolute;
    z-index: 0;
	background-color: black;
}
#flashcontent {
	background-color: black;
}


ul.breadcrumbs {
	list-style-type: none;
}

ul.breadcrumbs li {
	display: inline;
	margin-right: 5px;
}

ul.breadcrumbs li a {
	text-decoration: none;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

a.main-site-link {
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	color: #FFF;
}

a:hover.main-site-link {
	text-decoration: underline;
}

h2.shop-charriol {
	background: url(../images/left-top.gif);
	height: 20px;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
}

h2.shop-charriol a {
	color: white;
	text-decoration: none;
}

ul.link-list {
	list-style-type: none;
	margin-bottom: 15px;
}

ul.link-list a {
	text-decoration: none;
}

ul.link-list a:hover {
	text-decoration: underline;
}

#secondaryLinks {
	position: absolute;
	top: 375px;
	left: 10px;
}

#topLinks, #topLinksSingle {
	background: url(../images/content-top-repeat.gif) repeat-x;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

#topLinks {
	margin-left: 1px;
}

#topLinks form {
    float: right;
    font-size: 10px;
}
#topLinks input {
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
}
#topLinks button {
	color: white;
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	width: 22px;
	margin-right: 5px;
	background-color: #5C2868;
	border: 1px solid #824E8E;
	vertical-align: middle;
	
	/*
	background-image: url('../images/btn_search_go.jpg');
	width: 22px;
	height: 16px;
	
	margin-right: 5px;
	margin-left: 2px;
	border: 0px;
	*/
}


#floatingBoxes {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 112px;
	width: 760px;
	overflow: hidden;
	cursor: pointer;
}

div.info {
    display: none;
    cursor: pointer;
}
div.float-box:hover > div.info, div.product-image:hover > div.info {
    display: block;
}

div.float-box {
	height: 112px;
	width: 189px;
	float: left;
	background: url(../images/float-box-bg.gif);
	margin-left: 1px;
    cursor: pointer;
}

.pad-10 {
	padding: 10px;
}

h3.entry-title {
	margin-bottom: 5px;
	font-size: 11px;
}

ul.top-links {
	float: right;
	font-size: 10px;
	line-height: 19px;
	list-style-type: none;
}

ul.top-links a {
	text-decoration: none;
}
	
ul.top-links li {
	float: left;
	margin-right: 10px;
}

input.searchfield {
	font: normal 10px verdana, sans;
	border: none;
	margin: 0 5px;
	background-color: #000;
	color: #FFF;
	width: 120px;
	padding: 0 2px;
}

ul.first-level {
	border-top: 1px solid #000;
	list-style-type: none;
}

ul.first-level li {
	border-bottom: 1px solid #000;
	position: relative;
}

ul.first-level li a {
	display: block;
	width: 130px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/btn-catalog-bg.gif);
	font-size: 10px;
}




ul.first-level li a:hover, ul.first-level li a.selected {
	background: url(../images/btn-catalog-hover-bg.gif);
	color: #FFF;
}

ul.level {
	display: block;
	width: 140px;
	position: absolute;
	/*left: 100px;*/
	left: 140px;
	top: 5px;
	border: 1px solid #000;
	border-bottom: none;
	background: #5d2169;
	list-style-type: none;
}

ul.level li {
	margin: 0;
	border-bottom: none;
}

ul.level li a {
	background-image: none;
	background-color: #5d2169;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
	border-bottom: 1px solid #000;
	width: 135px;
}

ul.level li a:hover, ul.level li a.selected {
	background-image: none;
	background-color: #333;
	text-decoration: none;
	color: #FFF;
}

ul.level li a.with-child {
	background-image: url(../images/arrow-right.gif);
	background-position: 130px 7px;
	background-repeat: no-repeat;
}


ul.level {
    display: none;
}
ul.first-level li:hover > ul.level {
    display: block;
}
ul.first-level li {
    position: relative;
    z-index: 1;
}




.listing-type-grid .product-image {
	margin: 1px 1px 0 1px;
	padding: 0;
	float: left;
	width: 148px;
	height: 148px;
	position: relative;
	border: 1px solid #e8a3f0;
	/*background: url(../images/soldat-bg.jpg);*/
	background-color: black;
	cursor: pointer;
}

.listing-type-grid .product-image a img {
	border: none;
	margin: 0;
}

.category-head {
	min-height: 15px;
}

.category-head h2 {
	padding-left: 10px;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
	font-size: 14px;
}

.landing {
	width: 759px;
	height: 332px;
	background: #CCC;
	position: absolute;
	top: 21px;
	left: 1px;
}

.landing.watches {
	background: url(../images/landing/landing-leather-goods.jpg);
}


.product-image, .float-box {
	position: relative;
}


.product-image .info, .float-box .info {
	background: #210b26;
	padding: 5px;
	width: 138px;
	color: #FFF;
	position: absolute;
	top: 55px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: center;
}

.float-box .info {
	/*margin-left: 35px;*/
	left: 39px;
	/*left: 30px;*/
	top: 35px;
	right: 38px;
	width: auto;
	/*width: 112px;*/
}

#zoom_out, #zoom_in {
	display: none;
}


.product-collateral {
	position: absolute;
	top: 23px;
	left: 1px;
	width: 359px;
	height: 310px;
	padding: 10px;
	background: url(../images/prod-descr-bg.gif) repeat-x;
}

.product-img-box {
	position: absolute;
	top: 23px;
	right: 0;
	width: 379px;
	height: 330px;
	background: url(../images/prod-descr-bg.gif) repeat-x;
}

.main-product-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 379px;
	height: 330px;
	overflow: hidden;
	margin: 0;
	cursor: move;
}



.more-views {
	position: absolute;
	bottom: -113px;
	left: -380px;
	height: 112px;
	width: 759px;
	overflow: hidden;
	background: url(../images/float-box2-bg.gif) repeat-x;
}

.more-views ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.more-views ul li {
	float: left;
	margin-right: 1px;
	height: 112px;
	width: 189px;
}

.more-views ul li a img {
	border: none;
}


#product_addtocart_form {
	position: absolute;
	top: 345px;
	left: 580px;
}

fieldset {
	border: none;
}

.input-text, select {
	border: 1px solid #000;
	font: normal 11px arial, sans;
	color: #000;
	padding: 2px;
	width: 250px;
	background: #A278A5;
}


.input-text.qty {
	width: 25px;
	padding: 2px;
}
/*
#track {
	height: 100px;
	width: 100px;
	background: #000;
}
*/

.image-zoom {
    z-index:9; 
	position:relative; 
	top: 300px;
	height:18px; 
	margin:0 auto 13px auto; 
	background:url(../images/slider_bg.gif) no-repeat 50% 50%; 
	padding:0 28px; 
	cursor:pointer; 
	width: 210px;
}

#image { 
	width:auto; 
}

#track { 
	position:relative; 
	height:18px; 
}

#handle { 
	position:absolute; 
	left:0; 
	top:-1px; 
	width:9px; 
	height:22px;
	background:url(../images/magnifier_handle.gif) no-repeat;  
}

.btn-zoom-out { 
	position:absolute; 
	left:2px; 
	top:1px;
}

.btn-zoom-in { 
	position:absolute; 
	right:2px; 
	top:1px;
}


.content-navless {
	padding: 10px;
	background: #3c1445;
	/*
	height: 425px;
	overflow: auto;
	width: 740px;
	*/
}

.content-overflow {
	padding: 10px;
	background: #3c1445;
	height: 425px;
	overflow: auto;
	width: 740px;
}

.content-overflow h4
{
    margin-top: 30px;
}
.content-overflow h4.first
{
    margin-top: 0px;
}


.data-table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #240B2A;
	width: 100%;
	margin: 20px 0;
}

.data-table td, .data-table th {
	border: 1px solid #240B2A;
	padding: 3px;
	text-align: center;
}
.data-table th {
	background: url(../images/table-th-bg.gif) repeat-x;
	height: 40px;
}

.data-table td,  .data-table th {
	border-right-style: dotted;
	border-left-style: dotted;
}

.account-box {
	margin-top: 20px;
}

h3, h4 {
	margin: 1em 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	font-weight: normal;
}

.dashboard-welcome {
	background:#551c62;
	padding: 10px;
	font-size: 12px;
}

.product-specs-short {
	position: absolute;
	bottom: 10px;
}

h3.product-name {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

.product-specs {
	height: 210px;
	overflow: auto;
}
/*
.product-shop {
	position: absolute;
}
*/

.group-select ul {
	list-style-type: none;
}

.group-select ul li {
	margin-bottom: 5px;
}

.no-margin {
	margin: 0;
}

.input-box {
	margin: 10px 0;
}


.checkout-types {
	list-style-type: none;
}

.col2-set {
	clear: both;
}

.col2-set .col-1 {
	width: 435px;
	float: left;
	margin-right: 10px;
}

.col2-set .col-2 {
	width: 435px;
	float: left;
}

.inner-head {
	clear: both;
}

.clear {
	visibility: hidden;
	display: block;
	clear: both;
}

dl ul, .form-list {
	list-style-type: none;
}

.form-list li {
	margin-bottom: 5px;
}

.page-head h3 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #240B2A;
	padding-bottom: 10px;
}

.form-button, .form-button-alt {
	background-image: url('../images/button_bg.jpg');
	border: 0px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	width: 157px;
	margin-left: 15px;
}

.form-button-large {
	background-image: url('../images/button_large_bg.jpg');
	border: 0px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	width: 210px;
	margin-left: 15px;
}

#cart-button {
	background-image: url('../images/cart_button_bg.jpg');
	width: 84px;
}

.login-box h4, .inner-head h5 {
	background: url(../images/table-th-bg.gif) repeat-x;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #240B2A;
	margin-bottom: 10px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin: 10px 0;
}

ul.messages, ul.messages ul {
	list-style-type: none;
}

li.error-msg {
	color: #F0F;
	background: #300F38;
	padding: 3px;
}

.button-set {
	clear: both;
}

.primary-address-list ol, .address-list ol {
	margin-left: 20px;
}
	
.primary-address-list li, .address-list li {
	margin-bottom: 10px;
}

#checkoutMainCol {
	float: left;
	width: 550px;
	
}

#checkoutRightCol {
	float: right;
	width: 300px;
	font-size: 10px;
}

#checkoutRightCol h4 {
	font-size: 14px;
}

#checkoutMultiMainCol {
    margin-left: 10px;
    width: 860px;
}





/********************** ADD BY acharrex - 2008-08-21 */


/* Product page */

.product-info-box .product-shop .email-friend {
	margin-top: 5px;
}

#product_addtocart_form #product_hidden_info {
	margin-top: 10px;
}



/* One-Page checkout */

.one-page-checkout .group-select {
	margin-right: 0px;
}

.one-page-checkout .box {
    border: 1px solid #bbb6a5;
    border-top:0;
    padding: 15px 20px;
    background: #faf7ee;
    clear: both;
}

.one-page-checkout .head {
    margin-bottom: 0;
    padding: 4px 8px 6px 8px;
    /*background-color: #3c1445;*/
    background-color: #4b1956;
    border-width: 1px 1px 0 1px;
    border-color: #0b040d;
    border-style: solid;
}

.one-page-checkout .head a {
	display: none;  /* Hide Edit button in step header */
}

.one-page-checkout h3 {
	color: #EEEEEE;
	font-size: 11px;
}

.one-page-checkout h4 {
	/*border-bottom: 1px solid #E4E4E4;*/
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 11px;
}

.one-page-checkout .step-count {
	background: #4b1956;
	border: 1px solid #37173d;
	font-size: 10px;
	padding: 0 4px;
	line-height: 1em;
}

.one-page-checkout .content {
	padding: 10px 20px;
}

.one-page-checkout label.label {
	font-size: 1.05em;
	color: #2f2f2f;
}

.one-page-checkout .allow .head {
	background-color: #4b1956;
	border-color: #0b040d;
	border-width: 1px 1px 0 1px;
	cursor: pointer;
}

.one-page-checkout .active .head {
	margin-bottom: 0;
	border: 1px solid #0b040d;
	background-color: #4b1956;
	padding-bottom: 5px;
	cursor: default;
}

.one-page-checkout .alloq .head a {
	display: block; /* Display Edit button in active selection */
}

.one-page-checkout .group-select {
	margin-top: 0;
	border: 0;
	background: none;
	padding: 0;
}

.one-page-checkout .allow h3 {
	color: #a4b3b9;
}

.one-page-checkout .active h3 {
	color: #e4e2e5;
	font-weight: bold;
}

.one-page-checkout .allow .step-count {
	background-color: #4b1956;
	border: 1px solid #37173d;
}

.one-page-checkout .active .step-count {
	color: #3c1445;
	border: 1px solid #37173d;
	background-color: #e4e2e5;
}

.one-page-checkout .active .box {
	display: block;
	border-color: #0b040d;
	border-bottom: none;
	background: url(../images/multi_address_box_bg.gif) repeat-x #652274;
}

.one-page-checkout dd .form-list ul {
	margin: 5px 17px 15px 17px;
}

.one-page-checkout .checkmo-mailing-address {
	padding-left: 20px;
}

.one-page-checkout img.v-middle {
	vertical-align: bottom;
	margin-left: 10px;
	margin-right: -5px;
}

.one-page-checkout-progress .page-head {
	margin-bottom: 1em;
}

.one-page-checkout-progress li {
	border: 1px solid #0b040d;
	margin-bottom: 6px;
}

.one-page-checkout-progress li .content {
	background-color: #652274;
}

.one-page-checkout-progress li h4 {
	padding: 5px 5px 5px 10px;
	margin: 0;
	color: #999;
	font-size: 9px;
	background-color: #4b1956;
}

.one-page-checkout-progress li p {
    margin: 0px;
    padding: 0px;
}

.one-page-checkout-progress h4.complete {
	border-bottom: 1px solid #0b040d;
	background: #4b1956;
	/*color: #5e8ab4;*/
}

.one-page-checkout-progress h4 a {
	text-transform: none;
}

.one-page-checkout-progress .content {
	padding: 8px 13px;
}

.one-page-checkout .col-2 {
	background-color: #652274;
}

#opc-login .button-set {
	border-top: 0;
}

#opc-review .head {
	border-bottom: 1px solid #0b040d;
}

#opc-review .box {
	border: 0;
	padding: 0;
}

#opc-review .content {
	border: 1px solid #0b040d;
	border-top: 0;
}

#opc-review .data-table {
	border-top: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#opc-review .data-table thead th {
	padding: 5px;
	height: 25px;
	text-transform: uppercase;
	border-top: 1px solid #240b2a;
}

#opc-review .data-table thead th, #opc-review .data-table tbody td, #opc-review .data-table tfoot td {
	border: 1px dotted #0b040d;
}

#opc-review .data-table .a-center {
	text-align: center;
}

#opc-review .data-table .a-right {
	text-align: right;
}

#opc-review .data-table thead th {
	border-top-style: solid;
}

#opc-review .default-box {
	border-width: 0px 1px 0px 1px;
	border-color: #0b040d;
	border-style: solid;
}

#opc-review .data-table tfoot th {
	background: none;
	border-color: #240b2a;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	border-left-style: solid;
	font-weight: bold;
	height: auto;
	text-align: right;
	text-transform: uppercase;
}

.opc-please-wait img {
	margin-right: 5px;
}

.one-page-checkout a.back {
	background: url(../images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.one-page-checkout .payment-methods dd {
	padding:0;
}

.one-page-checkout .button-set {
	margin-top:0;
	padding-top:0;
}

.one-page-checkout ul.super-product-attributes {
	padding-left: 15px;
}

.checkout-progress {
	margin: 0 auto 1.5em auto;
}

.checkout-progress td {
    border-top: 10px solid #a278a5;
    color: #e4e2e5;
    float: left;
    font-weight: normal;
    margin-right: 3px;
    padding: 4px 20px;
}

.checkout-progress td.active {
    border-top-color: #652274;
    font-weight: bold;
    color: #e4e2e5;
}

#checkout-step-review .button-set {
	padding-top: 0px;
	border-right: 1px solid #240b2a;
}

#opc-login .box {
	height: 250px;
}

#co-billing-form .address-select {
	width: auto;
}

#tool-payment-tool-tip {
	background: #210b26;
	color: #FFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding: 5px;
	position: absolute;
	top: 55px;
	width: 138px;
}

#checkout-shipping-method-load .shipment-methods ul {
	margin-bottom: 10px;
	margin-top: 10px;
}


/* Checkout Progession */
   
#checkoutRightCol h3 {
	font-size: 11px;
	font-weight: bold;
}

#checkoutRightCol ol li h4 {
	color: #eeeeee;
	font-size: 10px;
}

#checkoutRightCol ol li h4.complete span.separator {
	padding: 0px 10px 0px 10px;
}


/* Columns */

.col2-set {
	clear: both;
}

.col2-set .col-1, .col2-set .col-2 {
	width: 48.5%;
}

.col2-set .col-1 {
	float: left;
}

.col2-set .col-2 {
	float: right;
}

.button-set { /* Container for form buttons*/
    clear: both;
    margin-top: 4em;
    border-top: 1px solid #0b040d;
    padding-top: 8px;
    text-align: right;
}
    

/* Shopping Cart */

.shopping-cart  {
	margin-bottom: 0px;
}

.shopping-cart th, .shopping-cart td {
	padding-left: 13px;
	padding-right: 13px;
}

.shopping-cart tr.error {
	background: #FDE6E0 !important;
}

.shopping-cart .continue-shopping {
	float: left;
}

.shopping-cart-item-message {
	margin-bottom: 5px
}

td.attributes-col {
	line-height: 1.4em;
}

td.attributes-col ul {
	margin: 5px 0;
	font-size: .95em;
}

td.attributes-col dt {
    margin-top: .5em;
    font-size: .95em;
    font-weight: bold;
}

td.attributes-col dd ul {
	margin: 0px 0px 5px 0px;
}

td.attributes-col dd ul li {
	margin-left: 15px;
	list-style: disc;
}

td.attributes-col p.pname {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.shopping-cart-totals {
    float: right;
    width: 500px;
    margin-top: 10px;
    margin-left: 0px;
    border: 1px solid #0b040d;
    background-color: #652274;
    min-height: 166px;
}

.shopping-cart-totals table {
	margin: 10px 0px 10px 10px;
}

.shopping-cart-totals td {
	padding: 0 15px;
}

.shopping-cart-totals th {
	text-transform: uppercase;
	text-align: left;
	min-width: 100px;
}

.shopping-cart-totals tfoot td, .shopping-cart-totals tfoot th {
    font-size: 12px;
}

.shopping-cart-totals .checkout-types {
	margin: 15px;
	text-align: right;
}

.shopping-cart-totals .checkout-types li {
	clear: both;
	margin: 10px 0;
}


/* Shopping cart : Estimate Shipping and Tax */

.shopping-cart-collaterals {
    float: left;
    width: 350px;
    margin-top: 10px;
    margin-left: 0px;
    border: 1px solid #0b040d;
    background-color: #652274;
}

.shopping-cart-collaterals .col2-set, .shopping-cart-collaterals .col-2 {
	width: 350px;
}

.shopping-cart-collaterals .box {
    padding: 12px 15px;
}

.shopping-cart-collaterals .shipping-estimate p {
	padding: 0px;
	margin: 0px;
}

.shopping-cart-collaterals .shipping-estimate table {
	margin: 10px 0px 10px 0px;
}

.shopping-cart-collaterals .shipping-estimate table th {
	text-align: left;
	width: 140px;
}

.shopping-cart-collaterals .box .form-button {
	margin-left: 5px;
}

.shopping-cart-collaterals .shipping-estimate h4 {
	font-size: 11px;
	font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.shopping-cart-collaterals .shipping-estimate .input-text {
	width: 170px;
}

.shopping-cart-collaterals .shipping-estimate select {
	width: 175px;
}

.shopping-cart-collaterals .shipping-estimate .get_quote {
	text-align: right;
}


/* Shopping cart : Estimate Shipping and Tax : Flat rate */

.shopping-cart-collaterals .shipping-estimate .shipment-methods {
	margin-top: 20px;
}

.shopping-cart-collaterals .shipping-estimate .shipment-methods dt {
	text-transform: uppercase;
	font-weight: bold;
}

.shopping-cart-collaterals .shipping-estimate .shipment-methods ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shopping-cart-collaterals .shipping-estimate .update_total {
	text-align: right;
}


/* ... */

.grand_total {
    width: auto;
    margin-top: 15px;
    border: 1px solid #BEBCB7;
    font-size: 1.3em !important;
    font-weight: bold;
    text-align: right;
}

tr.grand_total td, p.grand_total {
	padding-top: 5px;
	padding-bottom: 5px;
}

.shopping-cart thead th {
	text-transform: uppercase;	
}
.shopping-cart tbody td.picture {
	padding: 0px;
	width: 105px;
}
.shopping-cart tfoot td {
	background-color: #652274;
	text-align: right;
}


/* Category page */

.note-msg {
	margin-left: 10px;
}

.pager {
    width: 180px;
}

#category_toolbar {
    position: absolute;
    right: 0px;
    bottom: 60px;
    width: 180px;
    z-index: 10;
}

#pager_pages span {
    float: left;
}
#pager_pages ol {
    list-style: none;
    display: inline;
    float: left;
}
#pager_pages li {
    float: left;
    margin-left: 5px;
}


/* Search page */

.content-navless .listing-type-grid .product-image {
	margin-right: 25px;
	margin-bottom: 20px;
}


/* Checkout Footer */
.footer {
	background-color: #2e0e33;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 10px;
}

.footer .footerLeftLinks {
	position: absolute;
	padding-left: 10px;
}

.footer .footerRightLinks {
	right: 0px;
	position: absolute;
	padding-right: 10px;
	text-align: right;
}

.footer a {
	text-decoration: none;
}


/* Category page */

.pad-10 h3.entry-title {
	text-transform: uppercase;	
}	

#add_cart_load {
	position: absolute;
	right: 10px;
	bottom: 45px;
	visibility: hidden;
}

#messages_product_view {
	display: none;
}



/* Form */

.validation-advice {
    /*color: #ff00ff;*/
    /*color: #a522c4;*/
    color: #a278a5;
}

h4 {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

h5 {
    font-weight: bold;
    font-size: 12px;
}

.dashboard-welcome p {
    font-size: 11px;
}


/* My account : My Orders */

.pager {
	width: 100%;
}

.pager select {
	width: auto;
}


#advertissement_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
	height: 100%;
	text-align: center;
}

#advertissement {	
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	top: 30%;
}

#advertissement_container {
	position: relative;
	background-color: #652274;
	width: 250px;
	min-height: 250px;
	margin: 0 auto;
	color: white;
	border: 2px solid #3c1445;
	padding: 5px;
}

#advertissement_overlay, #advertissement {
	visibility: hidden;
}

#advertissement_container h1 {
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}

#advertissement_container h2 {
	font-size: 11px;
	text-align: left;
	margin: 15px;
}

#advertissement_container ul {
	list-style-type: square;
	margin-left: 30px;
}

#advertissement_container li {
	text-align: left;
}

#advertissement_close {
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: right;
}

#advertissement_countries {
	overflow: auto;
	height: 195px;
}

div.shipping-informations {
    margin-left: 10px;
    text-align: left;
}


/** Ship to Multiple Addresses **/

#multiship-addresses-table thead th {
    text-transform: uppercase;
}

#multiship-addresses-table td, #multiship-addresses-table th {
	border-right-style: dotted;
	border-left-style: dotted;
}

#multiship-addresses-table tfoot td {
	background-color: #652274;
	text-align: right;
}

.multi-address-checkout-description {
    margin-top: 10px;
}

#multiship-addresses-table h4.title {
    text-transform: none;
    font-size: 11px;
}


.multi-address-checkout-box {
    margin-bottom: 20px;
}


.multi-address-checkout-box table {
    background-color: #652274;
}

.multi-address-checkout-box table thead th {
    text-transform: uppercase;
    height: 25px;
}

.multi-address-checkout-box tfoot .last {
    font-weight: bold;
}

.multi-address-checkout-box tfoot .a-right {
    text-align: right;
}

.multi-address-checkout-box .count-head h4 {
    font-size: 12px;
}

.multi-address-checkout-box .count-head h4 a {
    text-transform: none;
}


.multi-address-checkout-box .col-1, .multi-address-checkout-box .col-2 {
    float: left;
}

.multi-address-checkout-box .col-1 {
    width: 540px;
}

.multi-address-checkout-box .col-1 table {
    margin: 0px;
    padding: 0px;
}

.multi-address-checkout-box .col-1 h4.title {
    text-transform: none;
    font-size: 11px;
}

.multi-address-checkout-box .col-2 {
    width: 300px;
    margin-left: 20px;
}

.multi-address-checkout-box .col-2 .head {
    background-color: #4b1956;
    border: 1px solid #0b040d;
}

.multi-address-checkout-box .col-2 .head h5 { 
    color: #eeeeee;
    text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	margin: 0;
	font-size: 10px;
}

.multi-address-checkout-box .col-2 .head a {
	text-transform: none;
}

.multi-address-checkout-box .col-2 address, .multi-address-checkout-box .col-2 .shipment-methods, .multi-address-checkout-box .col-2 p {
    background-color: #652274;
    padding: 10px;
    font-size: 10px;
	border: 1px solid #0b040d;
	border-top-width: 0px;
	margin: 0px;
}

.multi-address-checkout-box span.pipe {
	padding: 0px 10px 0px 10px;
}

.multi-address-checkout-box .shipping-informations {
    margin-top: 20px;
}

.multi-address-checkout-box .place-order-box {
    margin-top: 10px;
    background: none;
    margin-bottom: 20px;
}
.multi-address-checkout-box .grand-total {
    font-weight: bold;
    font-size: 11px;
}






#multi-address-checkout-box-billing {
    margin-bottom: 20px;
}

#multi-address-checkout-box-billing .col-1, #multi-address-checkout-box-billing .col-2 {
    float: left;
}

#multi-address-checkout-box-billing .col-1 {
    width: 250px;
}

#multi-address-checkout-box-billing .col-2 {
    width: 300px;
    margin-left: 20px;
}

#multi-address-checkout-box-billing .head {
    background-color: #4b1956;
    border: 1px solid #0b040d;
}

#multi-address-checkout-box-billing .head h5 { 
    color: #eeeeee;
    text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	margin: 0;
	font-size: 10px;
}

#multi-address-checkout-box-billing .head a {
	text-transform: none;
}

#multi-address-checkout-box-billing address, #multi-address-checkout-box-billing .payment-methods {
    background-color: #652274;
    padding: 10px;
    font-size: 10px;
	border: 1px solid #0b040d;
	border-top-width: 0px;
}

#multi-address-checkout-box-billing span.pipe {
	padding: 0px 10px 0px 10px;
}

#checkoutMultiMainCol .button-set {
    margin: 0px;
}

.content-box {
    margin-bottom: 20px;
}

/*

.one-page-checkout-progress .page-head {
	margin-bottom: 1em;
}

.one-page-checkout-progress li {
	border: 1px solid #0b040d;
	margin-bottom: 6px;
}

.one-page-checkout-progress li .content {
	background-color: #652274;
}

.one-page-checkout-progress li h4 {
	padding: 5px 5px 5px 10px;
	margin: 0;
	color: #999;
	font-size: 9px;
	background-color: #4b1956;
}

.one-page-checkout-progress li p {
    margin: 0px;
    padding: 0px;
}

.one-page-checkout-progress h4.complete {
	border-bottom: 1px solid #0b040d;
	background: #4b1956;
}

.one-page-checkout-progress h4 a {
	text-transform: none;
}

.one-page-checkout-progress .content {
	padding: 8px 13px;
}
*/

form#checkout-agreements
{
    padding: 25px;
    padding-top: 5px;
    border-left: 1px solid #0b040d;
    border-right: 1px solid #0b040d;    
}

form#checkout-agreements div.agreement-content
{
    width: 490px;
    background-color: #a278a5;
    color: black;
    padding: 5px;
    display: none;
}

/*
form#checkout-agreements div.agreement-content
{
    width: 490px;
    height: 350px;
    overflow: auto;
    background-color: #a278a5;
    color: black;
    padding: 5px;
    display: none;
}
*/

/******************/

div#page-contacts table tbody th {
    text-align: left;
    vertical-align: top;
}



/* Only for product page ***********************************/

body.product-upselling #leftside { height: 710px; }
body.product-upselling #content { height: 710px; }

.up-sell { clear: both; background-color: #280d2e; border: 1px solid #36123f; position: relative; margin-top: 445px; width: 758px; height: 245px; }
.up-sell .head { padding: 5px 0px 0px 10px; }
.up-sell .head h4 { font-family: Arial; font-size: 13px; text-transform: none; }
.up-sell td { border-right: 2px solid #36123f; width: 150px; }
.up-sell td.last { border-right: none; }
.up-sell td .product-image { margin: 0px; padding: 0px; }
.up-sell td h5 { height: 30px; margin: 0px; padding: 0px 5px 0px 5px; }
.up-sell td h5 a { color: #ffffff; font-size: 11px; text-decoration: none; }
.up-sell td h5 a:hover { text-decoration: underline; }
.up-sell td .price { padding: 0px 5px 0px 5px; }



